Alisson Diel
Alisson Diel

Reputation: 79

Auto Save/Generate Report(PDF) to Server Disk

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

Answers (1)

TeoVr81
TeoVr81

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

Related Questions