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.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 ssrs 2008 2 iif statements

Author  Topic 

jassie
Constraint 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.

visakh16
Very 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 MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -