Good afternoon,
I'm attempting to use the "slimmed down" version of reporting services within VS2005 (web page). I have developed the report and sub reports as separate reports (when designing the report I used a stored procedure). Then I put a viewer on the page and created an object datasource which calls a web service method. The web service method contains a dataset with datatables for both the report and the sub report. This works fine when I view the reports separately, however when I view them together the sub report will not display.
So my questions are...
Do I need to combine the datatables into one dataset coming back from my web service, or call two different webservice functions?
Do I need two objectDataSources on my .aspx page?
Thanks,
J
I'm attempting to use the "slimmed down" version of reporting services within VS2005 (web page). I have developed the report and sub reports as separate reports (when designing the report I used a stored procedure). Then I put a viewer on the page and created an object datasource which calls a web service method. The web service method contains a dataset with datatables for both the report and the sub report. This works fine when I view the reports separately, however when I view them together the sub report will not display.
So my questions are...
Do I need to combine the datatables into one dataset coming back from my web service, or call two different webservice functions?
Do I need two objectDataSources on my .aspx page?
Thanks,
J