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:
- FullscreenReportWizardSectionId.ConfigureMasterDetailRelationshipsPage for the Report Wizard;
- FullscreenDataSourceWizardSectionId.ConfigureMasterDetailRelationshipsPage for the Data Source Wizard.
See the following topics for more information:
- Customize the Report/Data Source Wizard (ASP.NET Web Forms)
- Customize the Report/Data Source Wizard (ASP.NET MVC)
- Customize the Report/Data Source Wizard (ASP.NET Core)
Inheritance
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> |