次の方法で共有


ReportSection.Page プロパティ

レポートのページ レイアウト情報を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Page As Page 
    Get
'使用
Dim instance As ReportSection 
Dim value As Page 

value = instance.Page
public Page Page { get; }
public:
property Page^ Page {
    Page^ get ();
}
member Page : Page
function get Page () : Page

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.Page
Page オブジェクトです。

関連項目

参照

ReportSection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間