Hi All,I have 2 different SSRS reports as following.Report 1Customer--------------Orders--------------Order DateCustomer A ---------------5-------------------01/01/2014Customer A ---------------2-------------------01/11/2014Customer B ---------------7-------------------01/15/2014Customer c ---------------4-------------------01/19/2014Report 2Customer --------------Order TotalsCustomer A -------------------$2478.44Customer B -------------------$487.36Customer C -------------------$7896.93Now i want to combine these 2 reports into 1 as following so that our client can print both the reports for same customer and post it out to them. without having to manually run multiple reports , print them and put into a package to send out by post.Combined ReportCustomer AReport 1Customer--------------Orders--------------Order DateCustomer A ---------------5-------------------01/01/2014Customer A ---------------2-------------------01/11/2014Report 2Customer --------------Order TotalsCustomer A -------------------$2478.44--next pageCustomer BReport 1Customer--------------Orders--------------Order DateCustomer B ---------------7-------------------01/15/2014Report 2Customer --------------Order TotalsCustomer B -------------------$487.36--next pageCustomer CReport 1Customer--------------Orders--------------Order DateCustomer c ---------------4-------------------01/19/2014Report 2Customer --------------Order TotalsCustomer C -------------------$7896.93--------------------------------END--------------------------Any idea how i can get this done, i have tried to use sub reports but not able to split the data within subreports for specific customers. any help will be appreciated.
↧