Méthode SumSizes
Returns the sum of two report sizes.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Shared Function SumSizes ( _
size1 As ReportSize, _
size2 As ReportSize _
) As ReportSize
'Utilisation
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
Paramètres
- size1
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
The first report size.
- size2
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
The second report size.
Valeur de retour
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Voir aussi