Skip to main content
All docs
V26.1
  • TdxBackendCustomParameter Properties

    The base class for parameters used in TdxDashboard/TdxDashboardControl and TdxReport/TdxReportControl components.
    Name Description
    AllowNull Specifies whether Null can be assigned as the Report or Dashboard parameter value.
    Collection Inherited from TCollectionItem.
    DataType Returns the Report or Dashboard parameter data type.
    Description Returns the parameter label displayed in the Report or Dashboard UI.
    DisplayName Inherited from TCollectionItem.
    Enabled Specifies if the parameter’s editor is enabled in the Report or Dashboard UI.
    ID Inherited from TCollectionItem.
    Index Inherited from TCollectionItem.
    IsMultiValueParameter Identifies if the Report or Dashboard parameter can have multiple values.
    Name Returns the unique Report or Dashboard parameter name (identifier).
    Value Specifies the default Report or Dashboard parameter value.
    Values Provides access to default Report or Dashboard parameter values.
    Visible Specifies if the parameter editor is visible in the Report or Dashboard UI.
    See Also