|
-
Dec 15th, 2007, 05:53 AM
#1
Thread Starter
Hyperactive Member
How can I get all tables in Data set in Report Designer?
I am using Visual Studio 2005 with SQL server 2005 + Reporting services. I am using multiple Select command in my Stored procedure and its working find in my forms. But When I want to make report using Report Server project, report designer show fields of first select query only?!!
How can I get all tables in Data set in Report Designer?
-
Dec 17th, 2007, 06:44 AM
#2
Lively Member
Re: How can I get all tables in Data set in Report Designer?
Yes, that is a limitation of Reporting services. You can create multiple stored procedures and then add all of them to your report. Or depending on the data use UNION ALL to get only one output recordset. If you need the whole tables just add them as text datasource using a <select * from table> statement to get the data
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|