ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ScriptTab Class / Visible Property

In This Topic
    Visible Property (ScriptTab)
    In This Topic
    Specifies whether Script tab needs to be shown in Designer application bar.
    Syntax
    'Declaration
     
    Public Property Visible As Nullable(Of Boolean)
    public Nullable<bool> Visible {get; set;}
    See Also