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 |  
                                    | under2811Constraint Violating Yak Guru
 
 
                                        366 Posts | 
                                            
                                            |  Posted - 2013-09-23 : 15:22:34 
 |  
                                            | I want to avoid repeating column header name in report. I have tabular report having row grouping (Year) and column grouping (Emp Detail). In case of column grouping I want one common header likeYear======EMP Detail==========First Name======Last Name=======Address2000======2001======2002======But I am getting asYear======EMP Detail======EMP Detail======EMP Detail==========First Name======Last Name=======Address2000======2001======2002======I want to hide repeating EMP Detail header...T.I.A |  |  
                                    | bandiMaster Smack Fu Yak Hacker
 
 
                                    2242 Posts | 
                                        
                                          |  Posted - 2013-09-26 : 05:47:24 
 |  
                                          | I think EMP Detail is STATIC column in your SSRS report...MERGE those 3 columns and align center for column header "EMP Details"--Chandu |  
                                          |  |  |  
                                |  |  |  |