A newer version of this page is available.
Switch to the current version.
PrintingSystemBase.ContinuousPageNumbering Property
Gets or sets a value indicating whether pages should be renumbered following reordering in the PrintingSystemBase.Pages collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(true)]
public bool ContinuousPageNumbering { get; set; }
<DefaultValue(True)>
Public Property ContinuousPageNumbering As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to renumber pages; otherwise, false. |
Remarks
When a report is created, its pages are accessible via the PrintingSystemBase.Pages property, and you can change their order. To maintain continuous page numbering, the ContinuousPageNumbering property should be set to true.
See Also
Feedback