Hi!
Look, the report name is a simple string and it could be anything
By default, the report name is a report file name, but you can set any values you want.
For example:
report->loadFromFile(fileName);
report->setReportName("somefilename");
report->previewReport();
will save the preview to somefilename.pdf.
I think it must be useful in your case.