Im designing a report with reporting services (not crystal) I add a table drag some fields to that table and that works great, now I need to add another table component and drag fields from another query (in the same dataset).
When I try to test it it says:
A data source instance has not been spplied for the data source Dataset1_SP1 (this is the second query).
Is there a way to do this?
I need to list first elements from one query and then from another.
Thanks!