Show/Hide columns in report.rdlc localreport
-
I designed a localreport with a number of columns but would like to show or hide columns at runtime using a report parameter which I set through the aspx page. How do I set the column visiblity at design/runtime according to the parameter value?
-
I designed a localreport with a number of columns but would like to show or hide columns at runtime using a report parameter which I set through the aspx page. How do I set the column visiblity at design/runtime according to the parameter value?
Can you use an IIF expression in the visibility property?
-
Can you use an IIF expression in the visibility property?
Thanx, I did the following: In the tableColumn visiblity i managed to add an IIf expression which test the parameter. Thanx again, Corna
-
Can you use an IIF expression in the visibility property?
Hi, Do you by any change have an example of how to print a local report. I've tried the msdn example but can't seem to get it working. Thanx
-
Thanx, I did the following: In the tableColumn visiblity i managed to add an IIf expression which test the parameter. Thanx again, Corna
-
Thanks Corna, but can u give me a sample code as how u are disabling a column, my problem is I don't want to show column when viewing a report, but when exporting it needs to be there as hidden column in EXCEL. Anshul
Didn't try/need this before, I will see if I can find something like this.