sql server 2005 reporting services-- how to use multiple datasets in report
Posted
by larryq
on Stack Overflow
See other posts from Stack Overflow
or by larryq
Published on 2010-04-14T20:36:46Z
Indexed on
2010/04/15
8:13 UTC
Read the original article
Hit count: 336
Hi everyone,
I'm new to SQL Server reporting services, and am trying to decipher an existing report. It's nothing too bad, but I notice it does have two report datasets defined. (They are generated via separate stored procedures)
I'm trying to figure out where and how the report datasets are linked together so the Fields collection has both sets of columns available and the report has a single rowset to traverse. Is there a section in the report layout where a joining of datasets is defined? I'm using Visual Studio 2005 to design and preview the report fwiw.
Thanks for your help!
© Stack Overflow or respective owner