ReportParameter.Hidden Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the parameter should not be displayed to the user (however, it will still be available for programmatic use with subreports, drillthrough reports etc.).
public:
property bool Hidden { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool Hidden { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.Hidden : bool with get, set
Public Property Hidden As Boolean
Property Value
true
if the parameter should not be displayed to the user; otherwise, false
.
- Attributes