Main Content

getReporter

Class: systemcomposer.rptgen.finder.ViewResult
Namespace: systemcomposer.rptgen.finder

Get view reporter

Since R2022b

Syntax

reporter = getReporter(result)

Description

reporter = getReporter(result) returns a reporter that you can use to include information about views in a model. You can use this reporter to customize what information to include and how to format the information. See systemcomposer.rptgen.report.View for more information on how to customize the reporter.

Input Arguments

expand all

View result, specified as a systemcomposer.rptgen.finder.ViewResult object.

Output Arguments

expand all

View reporter, returned as a systemcomposer.rptgen.report.View object.

Version History

Introduced in R2022b