ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / Format Property

In This Topic
    Format Property (Style)
    In This Topic
    Gets or sets the format string used to format value of objects like TextBox etc. Format represents a .NET Framework formatting string.
    Syntax
    'Declaration
     
    Public Property Format As RdlString
    public RdlString Format {get; set;}
    Remarks

    Note: Locale-dependent currency formatting (format code "C") is based on the language setting for the ReportItem.

    Locale-dependent date formatting is supported and should be based on the Language property of the ReportItem.

    See Also