Report.Page プロパティ
メモ: この API は、互換性のために残されています。
レポートのページ レイアウト情報を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
<ObsoleteAttribute("Use ReportSection.Page instead.")> _
Public ReadOnly Property Page As Page
Get
'使用
Dim instance As Report
Dim value As Page
value = instance.Page
[ObsoleteAttribute("Use ReportSection.Page instead.")]
public Page Page { get; }
[ObsoleteAttribute(L"Use ReportSection.Page instead.")]
public:
property Page^ Page {
Page^ get ();
}
[<ObsoleteAttribute("Use ReportSection.Page instead.")>]
member Page : Page
function get Page () : Page
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.Page
Page オブジェクトです。