次の方法で共有


Report.GetPageSections メソッド

メモ: この API は、互換性のために残されています。

現在のページについてページ ヘッダーまたはページ フッターの計算を実行します。 レポートの PageSections にアクセスする前に、このメソッドを呼び出す必要があります。

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

構文

'宣言
<ObsoleteAttribute("Use ReportSection.GetPageSections() instead.")> _
Public Sub GetPageSections
'使用
Dim instance As Report

instance.GetPageSections()
[ObsoleteAttribute("Use ReportSection.GetPageSections() instead.")]
public void GetPageSections()
[ObsoleteAttribute(L"Use ReportSection.GetPageSections() instead.")]
public:
void GetPageSections()
[<ObsoleteAttribute("Use ReportSection.GetPageSections() instead.")>]
member GetPageSections : unit -> unit
public function GetPageSections()

関連項目

参照

Report クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間