ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Interfaces Namespace / IFormattingService Interface / Format Method / Format(Object,IStyle) Method

In This Topic
    Format(Object,IStyle) Method
    In This Topic
    Returns a string representation of the specified value using GrapeCity.ActiveReports.Extensibility.Rendering.Components.IStyle and according to the language settings defined in the report or current server language.
    Syntax
    'Declaration
     
    Overloads Function Format( _
       ByVal value As Object, _
       ByVal style As IStyle _
    ) As String
    string Format( 
       object value,
       IStyle style
    )

    Parameters

    value
    style
    Remarks
    According to RDL specs. report item language takes precedence over report language and everything fallbacks on a default (server -- whatever it is) language.
    See Also