Report.GetPageSections 方法

注意:此 API 现在已过时。

Causes page header/footer calculations to be performed for the current page. This method must be called before accessing the PageSections for the report.

命名空间:  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()