ReportSize.SumSizes(ReportSize, ReportSize) Method

Definition

Returns the sum of two report sizes.

public:
 static Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ SumSizes(Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ size1, Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ size2);
public static Microsoft.ReportingServices.OnDemandReportRendering.ReportSize SumSizes (Microsoft.ReportingServices.OnDemandReportRendering.ReportSize size1, Microsoft.ReportingServices.OnDemandReportRendering.ReportSize size2);
static member SumSizes : Microsoft.ReportingServices.OnDemandReportRendering.ReportSize * Microsoft.ReportingServices.OnDemandReportRendering.ReportSize -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Shared Function SumSizes (size1 As ReportSize, size2 As ReportSize) As ReportSize

Parameters

size1
ReportSize

The first report size.

size2
ReportSize

The second report size.

Returns

A ReportSize object.

Applies to