Метод 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering