The ReportEngine object provides an interface to retrieve information about reports and folders 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
GetFolders Returns a collection of folders.
GetReport Returns information about the specified report.
GetReports Returns a collection of reports in the specified folder.
PreviewReport Previews the specified report.
PrintReport Prints the specified report.
RunReport Runs the specified report and returns it as a string.
RunReportToFile Runs the specified report, outputting it to the specified file.

See Also
SQProxy Object