Specifies the page numbering style of a report. Has meaning and effect only when the report is part of a report book.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum PageNumberingStyle
Fields
Page numbering and page count aggregations continue.
C#
Continue = 2
Resets page numbering while page count aggregation continues.
C#
ResetNumbering = 0
Resets both page numbering and page count.
C#
ResetNumberingAndCount = 1
Page numbering starts from 1.
C#
[Obsolete("Please use the ResetNumbering value instead.")]
[Browsable(false)]
Restart = 0