TdxDashboardParameter Properties
A dashboard parameter.| Name | Description |
|---|---|
| AllowNull | Specifies whether Null can be assigned as the Report or Dashboard parameter value. Inherited from TdxBackendCustomParameter. |
| Collection | Inherited from TCollectionItem. |
| DataType | Returns the Report or Dashboard parameter data type. Inherited from TdxBackendCustomParameter. |
| Description | Returns the parameter label displayed in the Report or Dashboard UI. Inherited from TdxBackendCustomParameter. |
| DisplayName | Inherited from TCollectionItem. |
| Enabled | Specifies if the parameter’s editor is enabled in the Report or Dashboard UI. Inherited from TdxBackendCustomParameter. |
| ID | Inherited from TCollectionItem. |
| Index | Inherited from TCollectionItem. |
| IsMultiValueParameter | Identifies if the Report or Dashboard parameter can have multiple values. Inherited from TdxBackendCustomParameter. |
| Name | Returns the unique Report or Dashboard parameter name (identifier). Inherited from TdxBackendCustomParameter. |
| Value | Specifies the default Report or Dashboard parameter value. Inherited from TdxBackendCustomParameter. |
| Values | Provides access to default Report or Dashboard parameter values. Inherited from TdxBackendCustomParameter. |
| Visible | Specifies if the parameter editor is visible in the Report or Dashboard UI. Inherited from TdxBackendCustomParameter. |
See Also