corelibraries-devexpress-dot-dataaccess-dot-web-52c94128.md
Allows you to manage MongoDB data connections available in the Data Source Wizard and Report Wizard.
Namespace : DevExpress.DataAccess.Web
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
public interface IDataSourceWizardMongoDBConnectionStringsProvider :
IDataSourceWizardConnectionStringsProvider
Public Interface IDataSourceWizardMongoDBConnectionStringsProvider
Inherits IDataSourceWizardConnectionStringsProvider
A custom connection provider allows you to manage MongoDB connections accessible to users:
To use a custom MongoDB connection strings provider, follow the steps below:
Implement the IDataSourceWizardMongoDBConnectionStringsProvider interface. The following code snippet shows a sample implementation:
Call the RegisterDataSourceWizardMongoDBConnectionStringsProvider<T>() method at application start to register the custom connection strings provider:
For additional information on MongoDB data connections in the Web Report Designer, refer to the following help topics:
See Also