简体   繁体   中英

How to hide Tablix in SSRS?

I am facing problem in SSRS. Actually, I do have 3 Tablix in same report and want to hide 2 tablix based on Parameter value selected. I created parameter called Report and it having 3 values All, Emp with Service Hrs, Emp without Services hrs. Now what I am looking for if I select All then 2 tablix that belong to With Service Hrs and Without Service hrs should hide. similarlly for remaining 2 parameter as well.

I knew it is possible if you having 2 Tablix using IIf() but no idea on 3. If anyone knows then please give me ur feedback. Thanks in Advance.

There should be a "Hidden" property that will take an IIF expressions.

Or this link may be better which describes the assorted property pages for the Tablix

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM