ReportSize.SumSizes(ReportSize, ReportSize) Método

Definição

Retorna a soma de dois tamanhos de relatório.

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

O tamanho do primeiro relatório.

size2
ReportSize

O tamanho do segundo relatório.

Retornos

Um objeto ReportSize.

Aplica-se a