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

In This Topic
    GetTextLayoutService(IReportItem) Method
    In This Topic
    Returns a ITextLayoutService for the language which is used for given report item. In the case of same language returns itself, otherwise it will be created a new instance.
    Syntax
    'Declaration
     
    Overloads Function GetTextLayoutService( _
       ByVal reportItem As IReportItem _
    ) As ITextLayoutService
    ITextLayoutService GetTextLayoutService( 
       IReportItem reportItem
    )

    Parameters

    reportItem
    See Also