%DeepSee.Report.reportPage
class %DeepSee.Report.reportPage extends %ZEN.Report.reportPage
Base class for all reports created by the DeepSee Report Builder.Property Inventory (Including Private)
Method Inventory (Including Private)
- %GetReportName()
- %GetXDataTextSection()
- GetDSSClass()
- GetDSSHome()
- GetReportDCR()
- GetReportDSS()
- GetReportModel()
Parameters
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
Properties (Including Private)
property reportDSSClass as %ZEN.Datatype.string [ InitialExpression = ..#DSSCLASS ];
Property methods: reportDSSClassDisplayToLogical(), reportDSSClassGet(), reportDSSClassIsValid(), reportDSSClassLogicalToDisplay(), reportDSSClassLogicalToOdbc(), reportDSSClassNormalize(), reportDSSClassSet()
property reportDSSHome as %ZEN.Datatype.string [ InitialExpression = ..#DSSHOME ];
Property methods: reportDSSHomeDisplayToLogical(), reportDSSHomeGet(), reportDSSHomeIsValid(), reportDSSHomeLogicalToDisplay(), reportDSSHomeLogicalToOdbc(), reportDSSHomeNormalize(), reportDSSHomeSet()
Methods (Including Private)
classmethod %GetReportName() as %String [ Language = objectscript ]
Return the logical name of this report.
method GetDSSClass() as %ZEN.Datatype.string [ Language = objectscript, ZenMethod ]
method GetDSSHome() as %ZEN.Datatype.string [ Language = objectscript, ZenMethod ]
method GetReportDCR() as %String [ Language = objectscript ]
method GetReportDSS() as %String [ Language = objectscript ]
method GetReportModel() as %String [ Language = objectscript ]
Inherited Members
Inherited Properties (Including Private)
- %ArrayLogFiles
- %SplitReturnedPDFs
- %display
- %id
- %seriesCount
- %seriesNames
- %source
- AggregatesIgnoreNLS
- CheckPDFNotZeroLength
- ConnectTimeOut
- CountRepeatingElement
- Datasource
- DefaultFontFaceCopyHTML
- DefaultFontSizeCopyHTML
- ExcelServer
- ExcelServerTimeOut
- FileLifeTime
- MainReport
- Mode
- NamespaceDeclarations
- OldBehaviorLineFeedOnBreak
- OptionCachePath
- OptionConserve
- OptionDPI
- OptionEnableAccessibility
- OptionFlush
- OptionLang
- OptionNoAccessContent
- OptionNoAnnotations
- OptionNoAssembleDoc
- OptionNoComplexScript
- OptionNoCopy
- OptionNoEdit
- OptionNoFillInForms
- OptionNoPrint
- OptionNoPrintHq
- OptionOwnerPassword
- OptionPDFProfile
- OptionRelaxed
- OptionUserPassword
- PDFMergeMemSize
- PS
- PrintServer
- PrintTimeOut
- RenderDirectlyOnTimeout
- RenderTimeOut
- RepeatingElement
- ReportDir
- ReportXMLNameSpace
- ReportXMLNameSpacePrefix
- SaxMemSize
- SetProcessWideRunTimeMode
- SplitAndMerge
- SplitDir
- SplitOnly
- SplitRootName
- StripPI
- SubReport
- SuppressExcelHeaders
- TableAltColor
- TimeOut
- TooLongText
- UseHTML5
- UseRawIOForXML
- UseSemaphore
- XsltVersion
- getxmlstylesheet
- isHTML5
- isServer
- toexcelstream
- tohtmlstream
- toxslfostream
- xmlfile
- xmlstream
- xmlstylesheet
- xmlstylesheetarg
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %CreateModelInstance()
- %DeleteModel()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DisplayAnnotatedExcel()
- %Extends()
- %GetComponentById()
- %GetJSValidationCode()
- %GetParameter()
- %GetPropertyInfo()
- %InitProperties1()
- %InvokeAction()
- %IsA()
- %IsModified()
- %IsReadOnly()
- %MakeTransformedXMLFile()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnAfterCreateDisplay()
- %OnAfterReport()
- %OnBeforeReport()
- %OnClose()
- %OnConstructClone()
- %OnCopyDataFromModel()
- %OnCopyDataToModel()
- %OnDeleteModel()
- %OnDeleteSource()
- %OnGetPropertyInfo()
- %OnInvokeAction()
- %OnLoadModel()
- %OnNew()
- %OnNewSource()
- %OnOpenSource()
- %OnPreHTTP()
- %OnReportTag()
- %OnSaveSource()
- %OnStoreModel()
- %OnSubmit()
- %OnValidateObject()
- %OpenModel()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %ResolveText()
- %SaveModel()
- %SerializeObject()
- %SetModified()
- %SubmitHandler()
- %ValidateObject()
- %getDisplayUniqueExcelSheetName()
- %getUniqueExcelSheetName()
- AsynchGenerateReport()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- GenerateReport()
- GenerateReportToStream()
- GenerateToFile()
- GetTempFileName()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnAfterCreateDisplay()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- Purge()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- TestPDFGeneration()
- ThrowError()
- ToExcelDate()
- UnLock()
- UnescapeHTML()
- UnescapeURL()