Share via


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()

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스