ReportSize.SumSizes(ReportSize, ReportSize) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.