getSnapshotImage
Class: slreportgen.report.ScopeSnapshot
Namespace: slreportgen.report
Syntax
path = getSnapshotImage(reporter,rpt)
Description
takes the snapshot of the scope specified by the
path
= getSnapshotImage(reporter
,rpt
)slreportgen.report.ScopeSnapshot
reporter, reporter
, and
the report, rpt
, into which the scope snapshot is added. The method
creates an image file and returns the path of that file. You can add the created image to
specific locations of the report, such as on a title page. By changing the report layout and
then adding this image, you can control the image layout.
Note
If you use this method, set the ScopeSnapshot
Scaling
property to "custom"
. If you use
"auto"
scaling, the image does not scale to fit on the page.
Input Arguments
Output Arguments
Version History
Introduced in R2024b