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
 Development Tools
 Reporting Services Development
 Chart Visibility

Author  Topic 

baaul
Starting Member

16 Posts

Posted - 2006-08-22 : 19:08:04
Can you add visibility to a CHART?? similar to table item visibility --->



=iif(Sum(Fields!inherent_high.Value, "PreviousQuarter") = 0 AND Sum(Fields!inherent_medium.Value, "PreviousQuarter") = 0, True, False).


I need to make the chart item invisible IIF no result returned from the dataset. Apparently, there isn't any visibility tab in the chart property. Thanks for any help.



-Tas
   

- Advertisement -