locked
Showing three different reports in the single report RRS feed

  • Question

  • Hi ,
    I have three different reports and want to show it in the single report.
    For Example I have Table A,Table B and Table C
    Report 1 : Select * From Table A
    Report 2 : Select * From Table B
    Report 3 : Select * From Table C
    Is there any way to show the result of these different report in the single report at SSRS??
    Tuesday, December 8, 2009 6:44 AM

Answers

  • Set them up as separate datasets in the data tab in SSRS BIDS.

    In the layout page, have 3 different tables/matrix/textbox etc, and attach each table/matrix/textbox etc to a different dataset.
    • Proposed as answer by Prasanna K J Tuesday, December 8, 2009 9:08 AM
    • Marked as answer by Tony Tang_YJ Monday, December 14, 2009 3:15 AM
    Tuesday, December 8, 2009 7:18 AM

All replies

  • Set them up as separate datasets in the data tab in SSRS BIDS.

    In the layout page, have 3 different tables/matrix/textbox etc, and attach each table/matrix/textbox etc to a different dataset.
    • Proposed as answer by Prasanna K J Tuesday, December 8, 2009 9:08 AM
    • Marked as answer by Tony Tang_YJ Monday, December 14, 2009 3:15 AM
    Tuesday, December 8, 2009 7:18 AM
  • create three dataset
    dataset1:Select * From Table A
    dataset2:Select * From Table B
    dataset3:Select * From Table C

    take three table report
    1st report assign dataset 1 and drag all the fileds into table 1
    2nd report assign dataset 2 and drag all the fileds into table 2
    3rd report assign dataset 3 and drag all the fileds into table 3
    Praxy
    Tuesday, December 8, 2009 9:10 AM
  • use sub reports if the above cases was not on your pocket.!
    Regards, KarthikShanth.
    Tuesday, December 8, 2009 9:15 AM