Enum PageNumberingStyle
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.dll
Syntax
public enum PageNumberingStyle
Continue
Page numbering and page count aggregations continue.
ResetNumbering
Resets page numbering while page count aggregation continues.
ResetNumberingAndCount
Resets both page numbering and page count.
Restart
Page numbering starts from 1.