Report.GetPageSections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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