Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | mwiznikiStarting Member
 
 
                                        3 Posts | 
                                            
                                            |  Posted - 2012-01-08 : 20:19:42 
 |  
                                            | I'm using report builder 2.0 and I'm trying to repeat a section of Tablixs based on a certain column, let's say an ID. So I have a main page with totals grouped by this ID, then I need a detail breakdown for each ID. I have the report basically designed and in the RDL, save for a page break after the main summary, and repeating these Tablixs and page breaking for each ID.Paul |  |  
                                    | visakh16Very Important crosS Applying yaK Herder
 
 
                                    52326 Posts | 
                                        
                                          |  Posted - 2012-01-08 : 23:13:26 
 |  
                                          | seems like what you need is nested containers ie tablix inside tablix . first tablix shows summary and second tablix the detail for that summary------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |  
                                          |  |  |  
                                    | mwiznikiStarting Member
 
 
                                    3 Posts | 
                                        
                                          |  Posted - 2012-01-11 : 08:38:18 
 |  
                                          | The complications of this report and my level of expertise made me take a chicken-s*** escape route: I created multiple PDFs from the host app and concated them together with a utility. |  
                                          |  |  |  
                                |  |  |  |