Page 1 of 1

Connect Designer to Mongo Atlas database

Posted: Wed Aug 04, 2021 11:15 am
by felixnoga
Is there any way to connect to a Mongo Atlas cluster with the designer? I am not able to enter any valid connection string when creating a new data source.

Re: Connect Designer to Mongo Atlas database

Posted: Wed Aug 04, 2021 12:59 pm
by Lech Kulikowski
Hello,

Unfortunately, Mongo connection is not supported in the JS version.

You can retrieve data in your code and then provide it to the report with the regData() method
https://www.stimulsoft.com/en/documenta ... _files.htm

Thank you.