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

In This Topic
    Visible Property (Logo)
    In This Topic
    Specifies whether logo needs to be shown in the menu.
    Syntax
    'Declaration
     
    Public Property Visible As Nullable(Of Boolean)
    public Nullable<bool> Visible {get; set;}
    See Also