Hi everybody, it's doctor Nick
I am working with VS2003 (ASP.net with C#) and want to achieve the following:
Depending on a session-string with 1 to n ids 1 to n reports (a report is 1 to 2 pages) must be created and be available for individual but more importantly simultanious printing.
The datasource is a pushed ADO.net source (need a bit of help finding a way to pass the session-string parameters to this).
I need to find a good approach to this as I doubt if subrepots are the smartest approach (all reports 1 to n must be shown at once without prior opening) or if there is some smart way I can get the details part to do what I want to achieve.
I am working with VS2003 (ASP.net with C#) and want to achieve the following:
Depending on a session-string with 1 to n ids 1 to n reports (a report is 1 to 2 pages) must be created and be available for individual but more importantly simultanious printing.
The datasource is a pushed ADO.net source (need a bit of help finding a way to pass the session-string parameters to this).
I need to find a good approach to this as I doubt if subrepots are the smartest approach (all reports 1 to n must be shown at once without prior opening) or if there is some smart way I can get the details part to do what I want to achieve.