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
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
Returns