0

Can we add external data source in End User Report Designer rather than giving in web.config file. I just need to add new external data source like in form of popup that will take SQL server path ,username and password

1 Answers1

0

To add custom data sources into the report designer, create these data sources at runtime and add them to the ASPxReportDesigner.DataSources collection. Take a look at the Web Report Designer - How to add/edit/remove data sources in the web report designer (Custom DataSource wizard) еxample which demonstrates this approach in action.

DmitryG
  • 17,677
  • 1
  • 30
  • 53
  • But this is not taking new data source.Its just editing the data source.I need a wizard, so i can pass SQL credentials.By this way a new data source will be added.Any wizard for SQL credentials? – user3515219 Jan 15 '20 at 09:22