I have a SSRS report and certain columns are hidden when we extract to EXCEL.
I am able to hide it in excel by setting the expression for column visibility
=IIF(Globals!RenderFormat.Name = "EXCEL",True,False)
But is there a way user can unhide the column in excel (extracted result set) and see the data ?