Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / NumeralVariant Property

In This Topic
    NumeralVariant Property
    In This Topic
    Gets or sets the variant of the digit format to use. The valid values are from 1 (default) to 7. See remarks for details.
    Syntax
    'Declaration
     
    Public Property NumeralVariant As RdlInt
    public RdlInt NumeralVariant {get; set;}
    Remarks
    • Default, follow Unicode context rules
    • 0123456789
    • traditional digits for the script as defined in GDI+. Currently supported for: ar | bn | bo | fa | gu | hi | kn | kok | lo | mr | ms | or | pa | sa | ta | te | th | ur and variants.
    • ko, ja, zh-CHS, zh-CHT only
    • ko, ja, zh-CHS, zh-CHT only
    • ko, ja, zh-CHS, zh-CHT only [Wide versions of regular digits]
    • ko only
    See Also