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

In This Topic
    NumeralLanguage Property
    In This Topic
    Gets or sets the digit format to use as described by its primary language. Any language is valid.

    Default is null in which case the Language property will be used.

    Syntax
    'Declaration
     
    Public Property NumeralLanguage As RdlString
    public RdlString NumeralLanguage {get; set;}
    See Also