EnumPageNumberingStyle
Enum
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:
cs-api-definition
public enum PageNumberingStyle
Fields
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.
Declaration
cs-api-definition
[Obsolete("Please use the ResetNumbering value instead.")]
[Browsable(false)]
Restart = 0
Field Value