[]
Gets or sets a value indicating whether this parameter should be visible to the end user.
public bool Hidden { get; set; }
Type | Description |
---|---|
bool | A bool value where |
The parameter remains usable programmatically, such as with subreports and
drillthrough reports, when this property is set to true
.