ChooseMongoDBSchemaPageEx(IChooseMongoDBSchemaPageView, IWizardRunnerContext, ReportWizardSettings) Constructor
Initializes a new instance of the ChooseMongoDBSchemaPageEx<TModel> class with specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public ChooseMongoDBSchemaPageEx(
IChooseMongoDBSchemaPageView view,
IWizardRunnerContext context,
ReportWizardSettings reportWizardSettings
)
Parameters
| Name | Type |
|---|---|
| view | DevExpress.DataAccess.Wizard.Views.IChooseMongoDBSchemaPageView |
| context | IWizardRunnerContext |
| reportWizardSettings | ReportWizardSettings |
See Also