ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Text Namespace / ITextLayoutService Interface / GetDigitSubstitution Method

In This Topic
    GetDigitSubstitution Method
    In This Topic
    Gets or sets the language that is used when local digits are substituted for western digits.
    Syntax
    'Declaration
     
    Function GetDigitSubstitution( _
       ByVal style As IStyle, _
       ByRef language As Integer, _
       ByRef substitute As StringDigitSubstituteEx _
    ) As Boolean
    bool GetDigitSubstitution( 
       IStyle style,
       out int language,
       out StringDigitSubstituteEx substitute
    )

    Parameters

    style
    language
    substitute
    See Also