Is there a way to Control the visibility of a table column of a report created using Microsoft report-viewer at run time dynamically. I'm using vb.net.
Asked
Active
Viewed 1,298 times
0
-
I think this covers the same question: http://stackoverflow.com/questions/6438079/hide-columns-dynamically-in-rdlc-report – majjam Jun 23 '13 at 12:26
-
Thanks a lot but when I right click the column, there is no option called 'column visibility'. Any idea why? – SameeraR Jun 23 '13 at 12:47
1 Answers
0
My apologies, the resources I've looked at only talk about modifying the report during design time. So all the advice to select Visibility won't help because those options are not visible at run time. Perhaps modifying the expression property might provide a solution. Here is some information on it: http://msdn.microsoft.com/en-us/library/dd354976.aspx

majjam
- 1,286
- 2
- 15
- 32
-
THanks alot. Passed a report parameter and wrote an expression for it. works perfectly. THanks again – SameeraR Jun 29 '13 at 16:40