Skip to main content
All docs
V25.1
  • ConfigureObjectDataSourceParametersPage Class

    Implements the Report Wizard and Data Source Wizard‘s Configure constructor parameters and/or method parameters page.

    Declaration

    export class ConfigureObjectDataSourceParametersPage extends WizardPageBase<DevExpress.Analytics.Wizard.IObjectDataSourceWizardState, DevExpress.Analytics.Wizard.IObjectDataSourceWizardState>

    Remarks

    This page allows users to create master-detail relationships between two or more queries.

    You can customize this page or remove it from the wizards. To identify this page in code, use the following values:

    See the following topics for more information:

    Inheritance

    WizardPageBase<TState, TResult>
    ConfigureObjectDataSourceParametersPage

    constructor(itemsProvider)

    Creates a new ConfigureObjectDataSourceParametersPage class instance with the default settings.

    Declaration

    constructor(
        itemsProvider: DevExpress.Analytics.Utils.IItemsProvider
    )

    Parameters

    Name Type
    itemsProvider IItemsProvider

    Methods

    canFinish Method

    Gets or sets whether the Finish button is enabled on the wizard page.

    Declaration

    canFinish(): boolean

    Returns

    Type Description
    boolean

    true, if the Finish button is enabled on the wizard page; otherwise, false.

    canNext Method

    Gets or sets whether the Next button is enabled on the wizard page.

    Declaration

    canNext(): boolean

    Returns

    Type Description
    boolean

    true, if the Next button is enabled on the wizard page; otherwise, false.

    commit Method

    Commits settings to the local page state.

    Declaration

    commit(): JQuery.Promise<DevExpress.Analytics.Wizard.IObjectDataSourceWizardState, any, any>

    Returns

    Type
    Promise<IObjectDataSourceWizardState,any,any>

    initialize(state) Method

    Initializes the section with the specified settings.

    Declaration

    initialize(
        state: DevExpress.Analytics.Wizard.IObjectDataSourceWizardState
    ): JQuery.Promise<any, any, any>

    Parameters

    Name Type Description
    state IObjectDataSourceWizardState

    The section’s state.

    Returns

    Type
    Promise<any,any,any>