FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader.Recs Namespace / NumeralVariantType Enumeration

In This Topic
    NumeralVariantType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum NumeralVariantType 
       Inherits System.Enum
    public enum NumeralVariantType : System.Enum 
    Members
    MemberDescription
    Default 
    Dig0123456789001234567890
    KoNumeralLanguagesApplicable only to numeral languages with the following cultures: ko
    SimplifiedNumberFormatApplicable only to numeral languages with the following cultures: ko, ja, zh-CHS, zh-CHT [Simplified number format]
    TraditionalTraditional digits for the script as defined in GDI+. Applicable only to numeral languages that have the following cultures: ar, bn, bo, fa, gu, hi, kn, kok, lo, mr, ms, or, pa, sa, ta, te, th, ur
    TraditionalNumberFormatApplicable only to numeral languages with the following cultures: ko, ja, zh-CHS, zh-CHT [Traditional number format]
    WideVersionsOfRegularDigitsApplicable only to numeral languages with the following cultures: ko, ja, zh-CHS, zh-CHT [Wide versions of regular digits]
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Ssrs.RplReader.Recs.NumeralVariantType

    See Also