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 Boolean
public bool Hidden {get; set;}
See Also