ConfigureSqlParametersPageEx(IConfigureParametersPageView, IWizardRunnerContext, IParameterService, IDBSchemaProviderEx, ICustomQueryValidator, SqlWizardOptions) Constructor
Initializes a new instance of the ConfigureSqlParametersPageEx<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public ConfigureSqlParametersPageEx(
IConfigureParametersPageView view,
IWizardRunnerContext context,
IParameterService parameterService,
IDBSchemaProviderEx dbSchemaProvider,
ICustomQueryValidator customQueryValidator,
SqlWizardOptions options
)
#Parameters
Name | Type | Description |
---|---|---|
view | IConfigure |
An object implementing the IConfigure |
context | IWizard |
An object implementing the IWizard |
parameter |
IParameter |
An object implementing the IParameter |
db |
IDBSchema |
An object implementing the IDBSchema |
custom |
ICustom |
An object implementing the ICustom |
options | Sql |
An object that specifies the wizard options. |