Gets or sets a value indicating whether pages should be renumbered following reordering in the Pages collection.
Namespace:DevExpress.XtraPrinting
Assembly:DevExpress.Printing.v19.2.Core.dll

Syntax
C# |
public bool ContinuousPageNumbering { get; set; }
|
VB |
Public Property ContinuousPageNumbering As Boolean
|
Property value
Type: Boolean
true to renumber pages; otherwise, false.
The default is true.

Remarks
When a report is created, its pages are accessible via the Pages property, and you can change their order. To maintain continuous page numbering, the ContinuousPageNumbering property should be set to true.

See Also