In a new ssrs 2008 report, I have the following requirements:1. Detailed Customer Information is suppose to print on one page. Basically each page will uniquely display detailed customer information. This is suppose to be the 'front side' of the paper. 2. On the backside of the same paper, there will be a 'generic hardcoded' message that will be generated for each customer. On the backside of the same paper, there is about a 5% change that there will some unique information about each customer.To accomplish this goal, I have done the following: 1. Setup a rectangle. 2. placed a table within the rectangle and setup a group by customer number and set a page break when the customer number changes. 3. Setup a second table within the rectangle with a group by customer number. However the above did not come up with the desired results of:1. Front page of report for customer number #1 followed by the back page of the the same or diferent report for customer number #1. 2. Front page of report for customer number #2 followed by the back page of the the same or diferent report for customer number #2.Thus would you tell me and/or point me to a url that will tell me how to accomplish my goal?
↧