SumSizes メソッド
2 つのレポート サイズの合計を返します。
名前空間: 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
最初のレポート サイズ。
- size2
型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
2 番目のレポート サイズ。