Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public ChooseMongoDBSchemaPageEx(
        IChooseMongoDBSchemaPageView view,
        IWizardRunnerContext context,
        ReportWizardSettings reportWizardSettings
    )

    Parameters

    Name Type
    view DevExpress.DataAccess.Wizard.Views.IChooseMongoDBSchemaPageView
    context IWizardRunnerContext
    reportWizardSettings ReportWizardSettings
    See Also