class %DeepSee.Report.dataPresenter
extends %DeepSee.Report.reportPage
Base class for all data presentation reports created by the
DeepSee Report Builder.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
2
|
|
|
|
|
This is a Zen Report class.
method GenerateReport(outputfile As %String, mode As %Integer = 0, log As %Boolean = 0, renderServer As %String = "", ExcelMode As %String = "", pStr As %String = "")
as %Status
Generate the report and save it to outputfile.
Choices for mode are:
- 0 = XML
- 1 = HTML
- 2 = PDF
- 3 = ToHTML Stylesheet
- 4 = ToXSLFO Stylesheet
- 5 = XSD Schema
- 6 = PrintPS
- 7 = Excel
- 8 = XSLFO
- 9 = ToEXCEL
- 10=xlsx
If log is true, the log file is returned instead of the report