Report.GetPageSections Method

Definition

Caution

Use ReportSection.GetPageSections() instead.

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

public:
 void GetPageSections();
[System.Obsolete("Use ReportSection.GetPageSections() instead.")]
public void GetPageSections ();
[<System.Obsolete("Use ReportSection.GetPageSections() instead.")>]
member this.GetPageSections : unit -> unit
Public Sub GetPageSections ()
Attributes

Applies to