Report.NeedsTotalPages Property
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.
Gets a value that indicates whether to the Globals!TotalPages
or Globals!OverallTotalPages
value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
public:
property bool NeedsTotalPages { bool get(); };
public bool NeedsTotalPages { get; }
member this.NeedsTotalPages : bool
Public ReadOnly Property NeedsTotalPages As Boolean
Property Value
A Boolean
value.
Remarks
The Globals!OverallTotalPages
value is the total page count of the entire report.
The Globals!TotalPages
value is the total page count of a section in the report where PageBreak is used.