ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / Format Property

In This Topic
    Format Property (Style)
    In This Topic

    Gets or sets a .NET Framework formatting string.

    Syntax
    'Declaration
     
    Public Property Format As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Format {get; set;}

    Property Value

    An ExpressionInfo that evaluates to a .NET Framework formatting string.

    Remarks

    Locale-dependent currency formatting (format code "C") is based on the language setting of the report item.

    Locale-dependent date formatting is supported and is based on the language property of the ReportItem.

    See Also