Share via


ReportSize.SumSizes(ReportSize, ReportSize) Método

Definición

Devuelve la suma de dos tamaños de informe.

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

Parámetros

size1
ReportSize

El primer tamaño del informe.

size2
ReportSize

El segundo tamaño del informe.

Devoluciones

Un objeto ReportSize.

Se aplica a