ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / StylesTab Class / Visible Property

In This Topic
    Visible Property (StylesTab)
    In This Topic
    Gets or sets a value indicating whether the Styles tab should be shown for RPX reports.
    Syntax
    'Declaration
     
    Public Property Visible As Nullable(Of Boolean)
    public Nullable<bool> Visible {get; set;}

    Property Value

    true if the Styles tab should be shown; otherwise, false.
    See Also