Skip to main content
A newer version of this page is available. .

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; }

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ContinuousPageNumbering property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also