Skip to main content

MultiQueryConfigureParametersPageEx(IMultiQueryConfigureParametersPageView, IParameterService, IServiceProvider, IDBSchemaProviderEx, IResultSchemaProvider, ICustomQueryValidator, IWizardRunnerContext, SqlWizardOptions, ReportWizardSettings) Constructor

Initializes a new instance of the MultiQueryConfigureParametersPageEx<TModel> class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public MultiQueryConfigureParametersPageEx(
    IMultiQueryConfigureParametersPageView view,
    IParameterService parameterService,
    IServiceProvider serviceProvider,
    IDBSchemaProviderEx dbSchemaProviderEx,
    IResultSchemaProvider resultSchemaProvider,
    ICustomQueryValidator customQueryValidator,
    IWizardRunnerContext context,
    SqlWizardOptions options,
    ReportWizardSettings reportWizardSettings
)

Parameters

Name Type Description
view IMultiQueryConfigureParametersPageView

An object implementing the IMultiQueryConfigureParametersPageView interface that provides a view for a wizard page.

parameterService IParameterService

An object implementing the IParameterService interface that provides a service functionality to manage query parameters.

serviceProvider IServiceProvider

An object implementing the IServiceProvider interface.

dbSchemaProviderEx IDBSchemaProviderEx

An object implementing the IDBSchemaProviderEx interface that provides the capability to customize the data source schema.

resultSchemaProvider IResultSchemaProvider

An object implementing the IResultSchemaProvider interface that provides the capability to customize the result schema.

customQueryValidator ICustomQueryValidator

An object implementing the ICustomQueryValidator interface that provides custom validation logic for SQL queries.

context IWizardRunnerContext

An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard.

options SqlWizardOptions

An object that specifies the wizard options.

reportWizardSettings ReportWizardSettings

An object that specifies the wizard options.

See Also