i have one problem with exporting to CSV format. In my report i user parameter to hide on field and it's working ok except for exporting in CSV format. Column visibility is see like this:
=IIF(Parameters!ShowBonusLockingData.Value="False",true,false)
but this doesn't work in CSV. Can someone help me with this problem. Setting column property to NoOutput is not a solution, because that property never shows the column then