ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / BaseXlsFullExportSettings Class / EnableToggles Property

In This Topic
    EnableToggles Property (BaseXlsFullExportSettings)
    In This Topic
    Gets or sets a value indicating whether allows to export collapsible rows in the detail and row groups of the Table control.
    Syntax
    'Declaration
     
    Public Property EnableToggles As BoolDefaultExportSetting
    public BoolDefaultExportSetting EnableToggles {get; set;}

    Property Value

    A BoolDefaultExportSetting object indicating whether toggles are enabled.
    See Also