ActiveReports 12
NumberingStyle Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : NumberingStyle Enumeration
Defines the numbering style enumeration.
Syntax
'Declaration
 
Public Enum NumberingStyle 
   Inherits System.Enum
public enum NumberingStyle : System.Enum 
Members
MemberDescription
DecimalThe decimal numbering style.
DecimalLeadingZeroThe decimal numbering style with leading zero .
GeorgianThe georgian numbering style.
LowerArmenianThe lower armenian numbering style.
LowerGreekThe lower greek numbering style.
LowerLatinThe lower latin numbering style.
LowerRomanThe lower roman numbering style.
NoneNo numbering.
UpperArmenianThe upper armenian numbering style.
UpperGreekThe upper greek numbering style.
UpperLatinThe upper latin numbering style.
UpperRomanThe upper roman numbering style.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.NumberingStyle

See Also

Reference

GrapeCity.ActiveReports.PageReportModel Namespace