class %DeepSee.Report.reportPage
extends %ZEN.Report.reportPage
Base class for all reports created by the DeepSee Report Builder.
This is a Zen Report class.
parameter DSSCLASS;
This is the name of a DeepSee Report page whose reportDSS section will be used
as the data schema for the current report
parameter DSSHOME = "linked";
This is used as a flag inside presentation type reports, the value is either
'local' or 'linked'. If 'local' the required DSS information can be found in
the reportDSS section of this document. If 'linked', the required DSS information
is to be extracted from the class named in DSSCLASS