Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSRS Exporting to Excel - Use different filename?

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

like image 739
Gabe Avatar asked Nov 01 '12 15:11

Gabe


1 Answers

Set the 'DisplayName' property in your RDL file to the export filename you would like.

like image 98
dp3 Avatar answered Sep 22 '22 02:09

dp3