Search code examples
genexus

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.


Solution

  • 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.