ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / QueryParameter Class / IsHidden Property

In This Topic
    IsHidden Property
    In This Topic
    Gets or sets whether parameter is hidden.
    Syntax
    'Declaration
     
    Public Property IsHidden As Nullable(Of Boolean)
    public Nullable<bool> IsHidden {get; set;}
    See Also