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.v24.2.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