[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService

ITextLayoutService Interface

Providers functionality for values converting and formatting as well as evaluation of the layout and rendering information and styles according to the current language.

Namespace: GrapeCity.ActiveReports.Rendering.Text
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITextLayoutService : IFormattingService

Properties

Name Description
CurrentCulture

Methods

Name Description
GetDigitSubstitution(IStyle, out int, out StringDigitSubstituteEx)

Gets or sets the language that is used when local digits are substituted for western digits.

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.

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.

Extension Methods