Report.NeedsPageBreakTotalPages Property

Definition

Gets a value that indicates whether to the Globals!TotalPages 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 NeedsPageBreakTotalPages { bool get(); };
public bool NeedsPageBreakTotalPages { get; }
member this.NeedsPageBreakTotalPages : bool
Public ReadOnly Property NeedsPageBreakTotalPages As Boolean

Property Value

A Boolean value.

Remarks

The Globals!TotalPages value is the total page count of a section in the report where PageBreak is used.

Applies to