Skip to main content
A newer version of this page is available. .

ConfigureObjectDataSourceParametersPage Class

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

Declaration

class ConfigureObjectDataSourceParametersPage extends WizardPageBase<IObjectDataSourceWizardState, 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:

Implements

Inherited Members

Inheritance

WizardPageBase<TState, TResult>
ConfigureObjectDataSourceParametersPage

constructor(itemsProvider)

Creates a new ConfigureObjectDataSourceParametersPage class instance with the default settings.

Declaration

constructor(
    itemsProvider: 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<IObjectDataSourceWizardState, any, any>

Returns

Type Description
JQuery.Promise<IObjectDataSourceWizardState,any,any>

A JQuery Promise object that identifies whether the commit succeeded.

initialize(state) Method

Initializes the section with the specified settings.

Declaration

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

Parameters

Name Type Description
state IObjectDataSourceWizardState

The section’s state.

Returns

Type Description
JQuery.Promise<any,any,any>

A JQuery Promise object that identifies whether section initialization succeeded.