Page 1 of 1

Report name

Posted: Thu Jul 09, 2015 2:56 pm
by enigma
Is there a possibility to automatically change the report name when saving it as .pdf? For example i have report called a5.mrt and i want to change the name every time it is saved, 2015_07_09_a5.mrt
or some other date or variable, is there maybe an option for this?

Re: Report name

Posted: Fri Jul 10, 2015 6:29 am
by HighAley
Hello.

If you need to change the name of PDF-file that you get after export, then it's impossible.
The name of the PDF-file is taken from Report Name or Report Alias property of the report.
But it's impossible to change it dynamically too.
The only way is to parse mrt-file and change Report Name or Report Alias from PHP-script before showing report.

Thank you.