ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableColumn Class / Visibility Property

In This Topic
    Visibility Property (TableColumn)
    In This Topic

    Gets or sets a value indicating whether the column is hidden.

    Syntax
    'Declaration
     
    Public Property Visibility As Visibility
    public Visibility Visibility {get; set;}

    Property Value

    A Visibility object indicating whether the column is hidden.

    See Also