ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportParameter Class / Hidden Property

In This Topic
    Hidden Property (ReportParameter)
    In This Topic
    Gets or sets value indicating the parameter should not be displayed to the user (however, it will still be available for programmatic use with subreports, drillthrough reports etc.)
    Syntax
    'Declaration
     
    Public Property Hidden As System.Boolean
    public System.bool Hidden {get; set;}
    See Also