ReportSize.SumSizes(ReportSize, ReportSize) 方法

定义

返回两个报表大小之和。

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

参数

size1
ReportSize

第一个报表大小。

size2
ReportSize

第二个报表大小。

返回

ReportSize 对象。

适用于