[]
Gets or sets a value indicating whether this parameter should be hidden from user interface. (Hidden parameters can be used for programmatic control of subreports, drillthrough reports etc.)
[C1Category("Behavior")]
[C1Description("Parameter.Hidden", "Indicates whether this parameter should be hidden from user interface.")]
public bool Hidden { get; set; }
<C1Category("Behavior")>
<C1Description("Parameter.Hidden", "Indicates whether this parameter should be hidden from user interface.")>
Public Property Hidden As Boolean