SSRS Exporting to Excel - Use different filename?
11,708
Set the 'DisplayName' property in your RDL file to the export filename you would like.
Related videos on Youtube

Author by
Gabe
G: 1. 0288 2482 3. 0240 2399 2. 0417 7412 TV: RV6X MTZT RMLY 1H7T 2RMH L3W5 6ZQ5 9WGV G2: 1.) 9486 4606 2.) 4157 5256 3,) 9404 9704 https://pastebin.com/nnKxUEz5
Updated on June 14, 2022Comments
-
Gabe over 1 year
Not sure if this is possible, but I'd like to export an SSRS report to Excel under a different filename than the report filename.
For example, the report is MyReport.rdl. When I export, it outputs the Excel file as MyReport.xlsx. I'd like to use a different filename for the Excel file. Is there a property that allows me to do this?
SSRS 2012
-
Gabe about 11 yearsI don't see the DisplayName property anywhere.
-
Gabe about 11 yearsThanks but we have .NET code that pulls several reports at once automatically into a zip file, so this Save As dialog is not present.
-
LoganS almost 11 yearsThe displayname property is only used if you are using the report viewer control, are you using this control?