Rename the exported file

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