Report.NeedsOverallTotalPages 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 the 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 NeedsOverallTotalPages { bool get(); };
public bool NeedsOverallTotalPages { get; }
member this.NeedsOverallTotalPages : bool
Public ReadOnly Property NeedsOverallTotalPages As Boolean
Property Value
A Boolean
value.
Remarks
The Globals!OverallTotalPages
value is the total page count of the entire report.