Método SumSizes
Returns the sum of two report sizes.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Shared Function SumSizes ( _
size1 As ReportSize, _
size2 As ReportSize _
) As ReportSize
'Uso
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
Parâmetros
- size1
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
The first report size.
- size2
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
The second report size.
Valor de retorno
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Consulte também