system.report
Report Functions
The following functions give you access to report details and the ability to run reports.
📄️ executeAndDistribute
Executes and distributes a report.
📄️ executeReport
Immediately executes an existing report and returns a List[Byte] of the output.
📄️ getReportNamesAsDataset
Gets a data of all reports for a project.
📄️ getReportNamesAsList
Gets a list of all reports for a project.
Functions by Scope
Constants
The system.report package exports the QueryResults
class, which can be used to manually construct a nested query result in a scripted report data source. In other words, system.report.QueryResults
is equivalent to importing the com.inductiveautomation.reporting.common.api.QueryResults
class directly.