Reporting

Specifies the page numbering style of a report. Has meaning and effect only when the report is part of a report book.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum PageNumberingStyle
Visual Basic
Public Enumeration PageNumberingStyle

Members

Member nameValueDescription
Restart0 Obsolete. Page numbering starts from 1.
ResetNumbering0 Resets page numbering while page count aggregation continues.
ResetNumberingAndCount1 Resets both page numbering and page count.
Continue2 Page numbering and page count aggregations continue.

Version Information

Supported in: 1.0.1

See Also