MultiQueryConfigureParametersPageEx(IMultiQueryConfigureParametersPageView, IParameterService, IServiceProvider, IDBSchemaProviderEx, IResultSchemaProvider, ICustomQueryValidator, IWizardRunnerContext, SqlWizardOptions) Constructor
Initializes a new instance of the MultiQueryConfigureParametersPageEx<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.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
)
#Parameters
Name | Type | Description |
---|---|---|
view | IMulti |
An object implementing the IMulti |
parameter |
IParameter |
An object implementing the IParameter |
service |
IService |
An object implementing the IService |
db |
IDBSchema |
An object implementing the IDBSchema |
result |
IResult |
An object implementing the IResult |
custom |
ICustom |
An object implementing the ICustom |
context | IWizard |
An object implementing the IWizard |
options | Sql |
An object that specifies the wizard options. |