I have a report that has 3 expandable columns. I have a condition in one of the rows that says the following for the hidden property:
=IIF(Parameters!GroupBy.Value = "Fleet", TRUE, FALSE)
Basically this is saying that if the parameter picked is Fleet then the hidden value is set to true otherwise its set to false. It looks perfect in the report preview but then when I export it to excel it shows these rows no matter what....
Whats the deal?