Back to Devexpress

Create a MongoDB Data Source

dashboard-405552-web-dashboard-create-dashboards-on-the-web-providing-data-create-a-new-data-source-mongo-db.md

latest1.6 KB
Original Source

Create a MongoDB Data Source

  • Jan 05, 2026

Prerequisites

  1. Install the MongoDB.Driver NuGet package.
  2. Register a data connection string provider.

Create a MongoDB Data Source via the Web Dashboard UI

  1. In the Dashboard Data Source Wizard, select MongoDB and click Next.

  2. Specify the data connection and click Next :

  3. Configure queries and click Next.

  4. Select data fields and click Finish.

API

Page NamePage IDClass
Choose ConnectionMongoDBDataSourceWizardPageId.ChooseMongoDBDataConnectionPageChooseMongoDBDataConnectionPage
Choose SchemaMongoDBDataSourceWizardPageId.ChooseMongoDBSchemaPageChooseMongoDBSchemaPage
Choose CollectionsMongoDBDataSourceWizardPageId.ChooseMongoDBCollectionPageChooseMongoDBCollectionPage

See Also

ASP.NET Core Security Considerations