getLegendSnapshotImage
Class: slreportgen.report.ScheduleDiagram
Namespace: slreportgen.report
Syntax
path = getLegendSnapshotImage(reporter,rpt)
Description
takes the snapshot of the schedule diagram legend specified by the
path
= getLegendSnapshotImage(reporter
,rpt
)slreportgen.report.ScheduleDiagram
reporter, reporter
,
and the report, rpt
, into which the diagram is added. The method creates
an image file and returns the path of that file. This method gives you access to the image
file so you can place it in 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
LegendScaling
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