automate export a report in pdf . is it possible?
Posted: Sat Apr 09, 2011 3:31 am
Fine!
Thank you for that quick fix.
I will try it next week the same.
Have I understood correctly, made the specification of the file name must always be relative to the folder of the application? Or I can make full paths?
Example:
Please also implements the internal formats as *. mrx etc ...
If everything works, I will probably save the report Stimulsoft file (XML) in a field in the database. To date, the documents are created as files in the documentfolder of my system. The change I would like ....
Thank you for that quick fix.
I will try it next week the same.
Have I understood correctly, made the specification of the file name must always be relative to the folder of the application? Or I can make full paths?
Example:
Code: Select all
ExportFX reportfile=c:\systemfolder\reports\template\mytemplate.mrt export_file=d:\documents\myreport.pdf export_format=pdf
If everything works, I will probably save the report Stimulsoft file (XML) in a field in the database. To date, the documents are created as files in the documentfolder of my system. The change I would like ....