ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ExportSetting Class / Visible Property

In This Topic
    Visible Property (ExportSetting)
    In This Topic
    Gets or sets a value indicating whether the export setting is visible.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}

    Property Value

    true if the setting should be visible; otherwise, false.
    See Also