Hello TElerik,
My web application enables a user to choose database at runtime. I have a more connection strings in a web.config.
Selected connection string key is stored in a session.
I can read this key during loading a page with a report web viewer.
My main report is accepting connection string parametr using its constructor, but I dont know, how to specify this for a details subreports.
Can you advice me how to solve this?
Thank you very much.
Tom
My web application enables a user to choose database at runtime. I have a more connection strings in a web.config.
Selected connection string key is stored in a session.
I can read this key during loading a page with a report web viewer.
My main report is accepting connection string parametr using its constructor, but I dont know, how to specify this for a details subreports.
Can you advice me how to solve this?
Thank you very much.
Tom