How can I get a field or function that prints the report filename (without the path)?
Thks
Printing the Report FileName
Re: Printing the Report FileName
Hello.
Thank you.
There could be report template without file. Could you describe your issue more detailed?samad wrote:How can I get a field or function that prints the report filename (without the path)?
Thank you.
Re: Printing the Report FileName
I just want to put the [reportFileName.mrt] from c:\path\reportFileName.mrt, for example, in the footer for each record.
I have done that changing the Report Name property. But it would be nice to avoid to do this to dozens of reports, if it is possible to get some kind of function getReportFilename() or whatever!
I have done that changing the Report Name property. But it would be nice to avoid to do this to dozens of reports, if it is possible to get some kind of function getReportFilename() or whatever!
Re: Printing the Report FileName
Hello.
You could pass the File Name to a variable.
How to do it you could read on the Knowledge Base.
Thank you.
You could pass the File Name to a variable.
How to do it you could read on the Knowledge Base.
Thank you.
Re: Printing the Report FileName
I think it would be a nice enhancement to drop an already internal variable with name of the report.
Just suggesting....:-=)
Just suggesting....:-=)
Re: Printing the Report FileName
Hello.
Thank you.
Unfortunately, it's impossible. The report template could be created in code or be loaded from database.samad wrote:I think it would be a nice enhancement to drop an already internal variable with name of the report.
Just suggesting....:-=)
Thank you.