다음을 통해 공유


ReportSize.SumSizes 메서드

Returns the sum of two report sizes.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Shared Function SumSizes ( _
    size1 As ReportSize, _
    size2 As ReportSize _
) As ReportSize
‘사용 방법
Dim size1 As ReportSize 
Dim size2 As ReportSize 
Dim returnValue As ReportSize 

returnValue = ReportSize.SumSizes(size1, _
    size2)
public static ReportSize SumSizes(
    ReportSize size1,
    ReportSize size2
)
public:
static ReportSize^ SumSizes(
    ReportSize^ size1, 
    ReportSize^ size2
)
static member SumSizes : 
        size1:ReportSize * 
        size2:ReportSize -> ReportSize
public static function SumSizes(
    size1 : ReportSize, 
    size2 : ReportSize
) : ReportSize

매개 변수

반환 값

유형: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.

참고 항목

참조

ReportSize 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스