Skip to main content

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(): JQueryPromise<DevExpress.Analytics.Wizard.IObjectDataSourceWizardState>

Returns

Type
JQueryPromise<IObjectDataSourceWizardState>

initialize(state) Method

Initializes the section with the specified settings.

Declaration

initialize(
    state: DevExpress.Analytics.Wizard.IObjectDataSourceWizardState
): JQueryPromise<any>

Parameters

Name Type Description
state IObjectDataSourceWizardState

The section’s state.

Returns

Type
JQueryPromise<any>