Results 1 to 2 of 2

Thread: How can I get all tables in Data set in Report Designer?

  1. #1

    Thread Starter
    Hyperactive Member VB IT's Avatar
    Join Date
    Feb 2003
    Posts
    381

    Question 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?
    Sorry for Bad English.

  2. #2
    Lively Member Shardox's Avatar
    Join Date
    Nov 2006
    Location
    Barcelona, Spain
    Posts
    123

    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
  •  



Click Here to Expand Forum to Full Width