Want to integrate with our solution
Posted: Fri Mar 27, 2009 3:15 am
I need to know the following:
1. Can we control the connection string of the report designer and runtime before it connects to the database
we have a multitennant and need to control both the connection string and the context passed to sql server
this would be both for the designer and the report/chart display
2. can we extend the web.designer and add our own objects. as we already have an application we would need to be able to drag components on to the designer, these may be .net web controls but at a minimum the could be an iframe. but the key is that we can add objects to the toolbar in the web.designer
3. can we generate our own reports in an xml format that the runtime will then display, ie if our app has a wizard can we ask users questions and then create the xml based on their answers and use that to display the report
4. is it possible to have the reports that are displayed in an actual web application, so far the only examples we see look like a print preview a4 page. we want the dashboard to be in our application as part of it
1. Can we control the connection string of the report designer and runtime before it connects to the database
we have a multitennant and need to control both the connection string and the context passed to sql server
this would be both for the designer and the report/chart display
2. can we extend the web.designer and add our own objects. as we already have an application we would need to be able to drag components on to the designer, these may be .net web controls but at a minimum the could be an iframe. but the key is that we can add objects to the toolbar in the web.designer
3. can we generate our own reports in an xml format that the runtime will then display, ie if our app has a wizard can we ask users questions and then create the xml based on their answers and use that to display the report
4. is it possible to have the reports that are displayed in an actual web application, so far the only examples we see look like a print preview a4 page. we want the dashboard to be in our application as part of it