Report.NeedsOverallTotalPages Property

Definition

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.

Applies to