[]
        
(Showing Draft Content)

C1.Document.Parameter.Hidden

Hidden Property

Hidden

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.)

Declaration
[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