Forum Discussion
Markzolotoy
Impactful Individual
3 years agoExporting a paginated report into Excel
The users are asking to make a few columns hidden when a report is exported into Excel. Is it even possible?
Thanks
bradsy
Microsoft Employee
3 years agoOn column visibility, try something like: =IIF(Globals!RenderFormat.Name = "EXCELOPENXML", true, false)
- Markzolotoy3 years ago
Impactful Individual
That will remove columns in Excel export because the expression is whether to hide.
- bradsy3 years ago
Microsoft Employee
Ah, you want excel hidden, not tablix hidden. I know of no way to do that.