Write data to an XML file (GRW for PHP)
You can have the data write to an XML file, instead of writing to a report.
Create a report with PHPRun the report (GRW for PHP) | Parent topic: Run the report (GRW for PHP) |
You can have the data write to an XML file, instead of writing to a report.
Value
GREDATAFILE
filename.xml
, where filename
will be the name of the created file.//
):// echo "PDF Report File created: ".$reportFileName."\n";
// echo "Done.\n";
echo "XML file created.\n";
Figure: Report Writer Environment Set example