ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / DefaultExportSetting Class / Visible Property

In This Topic
    Visible Property (DefaultExportSetting)
    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

    A System.Boolean value. true if the export setting is visible; otherwise, false. Default is true.
    See Also