Is there a way to change the default name of an SSRS export file to use current date?
by default when exporting to csv, excel, pdf, etc. the default name of report is the name of the report file (filename.rdl)
so when exporting to excel the default name is "filename.xlsx" how can I do it so it will export with current date or other parameter from the report?
this process is done manually by the user for exporting the file, so I need to do it without data drive subscription or similar, it should be a parameter to set on the report builder I believe.