ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / JsonExportSettings Class / Formatted Property

In This Topic
    Formatted Property (JsonExportSettings)
    In This Topic
    Gets or sets a value indicating whether the JSON output should be formatted.
    Syntax
    'Declaration
     
    Public Property Formatted As BoolDefaultExportSetting
    public BoolDefaultExportSetting Formatted {get; set;}

    Property Value

    A BoolDefaultExportSetting object representing the formatted output setting.
    See Also