getSnapshotImage
Class: slreportgen.report.ScheduleDiagram
Namespace: slreportgen.report
Syntax
path = getSnapshotImage(reporter,rpt)
Description
takes a snapshot of the schedule diagram specified by the
path
= getSnapshotImage(reporter
,rpt
)slreportgen.report.ScheduleDiagram
reporter (reporter
).
The method generates an image file and returns the path to that file. rpt
specifies the report in to which to add the schedule diagram snapshot. 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 ScheduleDiagram
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