Reputation: 79
What do I need to do to save the report automatically on the server? Currently it opens directly on the screen, but I need the physical path to forward to other users.
Upvotes: 0
Views: 443
Reputation: 1009
In the Rules tab you can specify a path. For example:
Output_file('c:\test\test.pdf', 'PDF');
The other way is to change in the PDFReport.ini the "OutputFileDirectory" property value. Take a look to this link for details.
Upvotes: 2