SSRS Formatting Choices
Hiding Objects for Export
CSV
Titles and headings (other than column headings) are typically not required in CSV export. Text and column objects can be individually hidden from csv output:
- set the DataElementOutput property of the object to NoOutput
PDF, Excel, etc
- Show or hide an object conditionally based on Globals!RenderFormat.Name = “PDF”
- Other format names are available.