Hi.
I am trying to access data from a stored procedure that returns data in form of multiple data tables. But when i drop this stored procedure in my rdl report, it just shows me the first data table returned by stored procedure.
I want to know that is there any way that I can view all the data tables returned by my stored procedure, or this is not possible in reporting services 2005.
This is not supported by SSRS 2005. You may be able make this work programatically i.e. build your own component to process multipe result sets.
No comments:
Post a Comment