[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.GetTextLayoutService

GetTextLayoutService Method

GetTextLayoutService(string)

Returns a ITextLayoutService for the specified language. In the case of same language returns itself, otherwise it will be created a new instance.

Declaration
ITextLayoutService GetTextLayoutService(string language)
Parameters
Type Name Description
string language
Returns
Type Description
ITextLayoutService

GetTextLayoutService(IReportItem)

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.

Declaration
ITextLayoutService GetTextLayoutService(IReportItem reportItem)
Parameters
Type Name Description
IReportItem reportItem
Returns
Type Description
ITextLayoutService