I'm creating a report in SSRS 2008 R2. I have a drop down from which the use user can select an organization against which the report is generated.
What I need is, When I click the Export icon, Instead of the File name automatically given as the Report file name (ie: If RDL name is, report.rdl then the file name will be, report) I need it to be the name of the organization which the user selected from the Dropdown.
I'm storing the value from the drop down to a variable, so I need to export file name as same as the value stored in the Variable