====== Export Graph ======
The Export_Graph command can be used to export an image of a graph from a report.
The default setting for the command is to export a **whole page**.
Export_Graph
/PAGE_NUMBER=
! /EXPORT_PAGE=TRUE
! /COLUMN_NUMBER=
! /ROW_NUMBER=
! /EXPORT_FORMAT=
! /EXPORT_FILENAME=
;
To export a **single graph** from a report, the EXPORT_PAGE parameter should be set to FALSE and the page and column numbers of the graph should be specified.
Export_Graph
/PAGE_NUMBER=2
/EXPORT_PAGE=FALSE
/COLUMN_NUMBER=2
/ROW_NUMBER=1
/EXPORT_FORMAT=
/EXPORT_FILENAME=
;