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
参数
- size1
类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
The first report size.
- size2
类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
The second report size.
返回值
类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.