ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Text Namespace / ITextLayoutService Interface / GetTextLayoutService Method / GetTextLayoutService(String) Method

In This Topic
    GetTextLayoutService(String) Method
    In This Topic
    Returns a ITextLayoutService for the specified language. In the case of same language returns itself, otherwise it will be created a new instance.
    Syntax
    'Declaration
     
    Overloads Function GetTextLayoutService( _
       ByVal language As String _
    ) As ITextLayoutService
    ITextLayoutService GetTextLayoutService( 
       string language
    )

    Parameters

    language
    See Also