I am using the dashboard designer to create my dashboard and I want to integrate it to my winform and i don't plan to use the dashboard server. I am using the web data source in the dashboard designer. Is it possible to make the dashboard get the datasource from connection string in my app.Config file? note that even if data source is difference I will be receiving data with the same schema or structure, the difference is that i will be getting data from different server and maybe different link.
note: I will not connect to database directly i will use an SP to get data as JSON objects.