RDLC Report Column Visibility Problem in Group By

我与影子孤独终老i 提交于 2019-12-10 10:53:16

问题


I have an rdlc report in asp.net. I have a table in it and I am using group by in that table. But the columns which I make Parent Group or child group has Column Visibility Disabled.

Notes Column is in a group. See its visibility option is disabled.

How can I hide that column on the basis of a criteria as I can do with the Exam Date column that is not in any group. Please help.


回答1:


I've concluded that it's not possible to do this.



来源:https://stackoverflow.com/questions/5740975/rdlc-report-column-visibility-problem-in-group-by

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