ReportParameter.Hidden Property

Definition

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

Applies to