DashboardParameter Members
In This Article
#Constructors
Name | Description |
---|---|
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether multi-selection is enabled for the dashboard parameter. Inherited from Parameter. |
Allow |
Gets or sets whether or a not null value can be passed as a dashboard parameter value. Inherited from Parameter. |
Description | Gets or sets the dashboard parameter’s description displayed for users. |
Look |
Gets or sets the look-up settings of the dashboard parameter. |
Name | Gets of sets the dashboard parameter name. Inherited from Parameter. |
Select |
Gets or sets whether all available parameter values are initially selected. This option has restrictions on dynamic look-up lists. |
Type | Gets or sets the dashboard parameter type. Inherited from Parameter. |
Value |
Gets or sets the default dashboard parameter value |
Visible | Gets or sets whether the dashboard parameter is visible the Dashboard Parameters dialog. |
#Methods
Name | Description |
---|---|
Clone() | Creates a copy of the current Parameter object. Inherited from Parameter. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also