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 |  
                                    | jassieConstraint Violating Yak Guru
 
 
                                        332 Posts | 
                                            
                                            |  Posted - 2013-11-14 : 12:36:55 
 |  
                                            | When I want to hide the heading in an SSRS 2008 R2 report, I will also want to set the location of the tablix  to 0,0.Thus can you tell me or show me in code how to accomplish the following two tasks: 1. User want to hide header values? Place this is a parameter value? 2. In the same iif group of statement(s): a. hide the headers of the report, b. set the location of the tablix to 0,0. |  |  
                                    | visakh16Very Important crosS Applying yaK Herder
 
 
                                    52326 Posts | 
                                        
                                          |  Posted - 2013-11-14 : 13:26:37 
 |  
                                          | You can hide headers based on parameter by setting an expression for Hidden property of header row. Location I dont think you can manipulate by means of an expression.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |  
                                          |  |  |  
                                |  |  |  |