Skip to main content
All docs
V26.1
  • TdxDashboardParameter Members

    A dashboard parameter.

    Constructors

    Name Description
    Create(TCollection) Inherited from TCollectionItem.

    Properties

    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.

    Methods

    Name Description
    Assign(TPersistent) Inherited from TPersistent.
    AssignTo(TPersistent) Inherited from TPersistent.
    Equals(TObject) Inherited from TObject.
    GetDisplayName Inherited from TCollectionItem.
    GetHashCode Inherited from TObject.
    GetNamePath Inherited from TPersistent.
    GetOwner Inherited from TPersistent.
    Release Inherited from TCollectionItem.
    SetDisplayName(String) Inherited from TCollectionItem.
    ToString Inherited from TObject.
    See Also