Rename the exported file

When I do an export (csv, excel, pdf etc.) Is it possible to change the name to something other than the underlying tablename? OR is there a way to alias a tablename in the URL (and also the downloaded filename) in the URL to a more user friendly name?

You may simply put the following code in “Page_Load” server event under the List Page (assume you want to export from the List Page):

global $ExportFileName;
$ExportFileName = “my_filename”; // adjust to your filename