The ReportEngine object provides an interface to retrieve information about reports and folder and to run reports. It's not intended to be used from Stonefield Query scripts but rather from code in your application via the SQProxy object. This allows you to run reports from other applications without displaying the Stonefield Query user interface.

Properties

The ReportEngine object has a single property, ErrorMessage, which contains the text of any error that occurs.

Methods

NameDescription
GetFoldersReturns a collection of folders.
GetReportReturns information about the specified report.
GetReportsReturns a collection of reports in the specified folder.
RunReportRuns the specified report and returns it as a string.
RunReportToFileRuns the specified report, outputting it to the specified file.

See Also
SQProxy Object