[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Interfaces.IFormattingService

IFormattingService Interface

Providers functionality for values converting and formatting according to the current language.

Namespace: GrapeCity.ActiveReports.Rendering.Components.Interfaces
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IFormattingService

Methods

Name Description
Format(object, IStyle)

Returns a string representation of the specified value using IStyle and according to the language settings defined in the report or current server language.

Format(object, string)

Returns a string representation of the specified value consistent with the current report language settings and using the specified format string.

Extension Methods