User Tools

Site Tools


visual3d:documentation:pipeline:report_commands:export_graph

This is an old revision of the document!


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=
;
visual3d/documentation/pipeline/report_commands/export_graph.1718805783.txt.gz · Last modified: 2024/06/19 14:03 by sgranger