SSRS Expression will not affect chart title visibility

陌路散爱 提交于 2019-12-02 07:48:16

You thought you were angry before - this seems to be yet another bug that will probably never be fixed.

The Chart Title Visibility works, if you also use a Boolean True or the same function for the Caption (the text display in the title). Ugh.

This Caption makes the Title invisible.

Maybe you can make this lameness work for you though - have the caption property be the title if visible or True if not:

=IIF(Parameters!Visible.Value = FALSE, "Caption Title", CBool(1))

Since every bug that I've cared about is Closed as Won't Fix or WAD, I wouldn't bother submitting this one to Microsoft. I know - it's so disappointing.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!