MultiQueryConfigureParametersPage Class
Implements the Configure Query Parameters section of the Report Wizard’s Specify Data Source Settings (Database) page and the Data Source Wizard’s Specify Data Source Settings (Database).
Declaration
export class MultiQueryConfigureParametersPage extends WizardPageBase<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, DevExpress.Analytics.Wizard.ISqlDataSourceWizardState>
Remarks
This page section allows users to create query parameters.
You can customize this page or remove it from the Specify Data Source Settings (Database) page. To identify this section in code, use the following values:
- FullscreenReportWizardSectionId.ConfigureQueryParametersPage for the Report Wizard;
- FullscreenDataSourceWizardSectionId.ConfigureQueryParametersPage 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(parametersConverter, _requestWrapper)
Creates a new instance of the MultiQueryConfigureParametersPage
class with the specified settings.
Declaration
constructor(
parametersConverter: DevExpress.Analytics.Wizard.Internal.IParametersViewModelConverter,
_requestWrapper: DevExpress.QueryBuilder.Utils.RequestWrapper
)
Parameters
Name | Type | Description |
---|---|---|
parametersConverter | IParametersViewModelConverter | The parameter converter. |
_requestWrapper | RequestWrapper | The request wrapper. |
Methods
canFinish Method
Specifies whether it is possible to finish the wizard.
Declaration
canFinish(): boolean
Returns
Type | Description |
---|---|
boolean | true, if it is possible to finish the wizard; otherwise, false. |
canNext Method
Specifies whether the next section is available.
Declaration
canNext(): boolean
Returns
Type | Description |
---|---|
boolean | true, if the next section is available; otherwise, false. |
commit Method
Commits settings to the local page state.
Declaration
commit(): JQuery.Promise<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, any, any>
Returns
Type |
---|
Promise<ISqlDataSourceWizardState,any,any> |
initialize(state) Method
Initializes the section with the specified settings.
Declaration
initialize(
state: DevExpress.Analytics.Wizard.ISqlDataSourceWizardState
): JQuery.Promise<any, any, any>
Parameters
Name | Type | Description |
---|---|---|
state | ISqlDataSourceWizardState | The section’s state. |
Returns
Type |
---|
Promise<any,any,any> |