ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSection Class / Visibility Property

In This Topic
    Visibility Property (ReportSection)
    In This Topic
    Gets or sets a value indicating whether the report section is hidden.
    Syntax
    'Declaration
     
    Public Property Visibility As Visibility
    public Visibility Visibility {get; set;}

    Property Value

    A Visibility object representing the visibility of the report section.
    See Also