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 set tablix location to 0,0

Author  Topic 

jassie
Constraint Violating Yak Guru

332 Posts

Posted - 2013-11-14 : 12:57:07

In an existing SSRS 2008 r2 report, when the following is true:

iif(Parameters!ExcelToolbar.Value=0


, I want to set the location value of the tablix = 0,0.

Thus can you show me the code to accomplish this goal?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-11-14 : 13:25:29
I dont think location property accepts expressions at least until 2008 R2 in Report Designer.
I think you may have to do this programmatically via .NET code

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

jassie
Constraint Violating Yak Guru

332 Posts

Posted - 2013-11-14 : 13:48:26
I am using ssrs 2008 r2 and ssrs 2012 report the report I am referring to. Thus can you show me how to setup this code?
Go to Top of Page
   

- Advertisement -