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