MultiQueryConfigurePageEx(IWizardRunnerContext, IMultiQueryConfigurePageView, IDBSchemaProviderEx, IParameterService) Constructor
Initializes a new instance of the MultiQueryConfigurePageEx<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public MultiQueryConfigurePageEx(
IWizardRunnerContext context,
IMultiQueryConfigurePageView view,
IDBSchemaProviderEx dbSchemaProviderEx,
IParameterService parameterService
)
#Parameters
Name | Type | Description |
---|---|---|
context | IWizard |
An object implementing the IWizard |
view | IMulti |
An object implementing the IMulti |
db |
IDBSchema |
An object implementing the IDBSchema |
parameter |
IParameter |
An object implementing the IParameter |