Main Content

getReporter

Class: slreportgen.finder.DiagramResult
Namespace: slreportgen.finder

Get diagram reporter

Syntax

reporter = getReporter(result)

Description

reporter = getReporter(result) returns an slreportgen.report.Diagram reporter for the diagram returned by this report. The diagram reporter adds a snapshot of the diagram to a report. A report or reporter to which you add a diagram result invokes this method to create an image of the diagram that the result contains. If you need to change the size or otherwise customize the diagram image, you can invoke this method to get the diagram reporter. Then, modify the reporter and add the modified diagram reporter to a destination report or reporter.

Input Arguments

expand all

DiagramFinder object, which you create using the slreportgen.finder.DiagramFinder class.

Output Arguments

expand all

Diagram reporter object, returned as an slreportgen.report.Diagram object. The Diagram reporter generates a snapshot image of the diagram.

Version History

Introduced in R2017b