DocBook|Search
Class Reference
%ZEN.Report.Display.pagemaster
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [Report] >  [Display] >  [pagemaster]
Private  Storage  

class %ZEN.Report.Display.pagemaster extends childrenNode

Specifies the <page-sequence-master> section of the report display that will be placed in the <layout-master-set> to allow the report to process the conditional alternatives defined by the <masterreference> tag definitions.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 6


Summary

Properties
children class composite htmlstyle
id ifexpression ifxpath includeColIfExpression
includeColIfXPath includeColUnlessExpression includeColUnlessXPath parent
selectstylecond selectstylelist style stylecall
styleparamNames styleparams tag template
unlessexpression width withinSmallmultiple xmlnamespace
xmlnamespaceprefix xpath xslfostyle

Methods
%%OIDGet %AddToSaveSet %ApplyClass %ApplyLevelParameters
%ClassIsLatestVersion %ClassName %ConstructClone %DeclareLevelParameters
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %DrawPageMasterToXSLFO
%DrawPageToXSLFO %DrawStyleToHTML %DrawStyleToXSLFO %DrawToHTML
%DrawToXSLFO %EndLevel %Extends %GetAbsoluteURL
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%QuoteValue %QuoteValueEmbedded %QuoteValueL10N %RemoveFromSaveSet
%SerializeObject %SetModified %StyleHTML %StyleXSLFO
%ValidateObject ApplyClass CSPLinkToFileLink CountSpaces
DoDocForHTML GetDocForXSLFO HTMLStyle OutputId
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType
XSLFOStyle insertAxis isCSPLink needsURL
parent processExclamationPoint qualify tagGet


Properties

• property ifexpression as %ZEN.Datatype.string(XMLPROJECTION="none");
• property ifxpath as %ZEN.Datatype.string(XMLPROJECTION="none");
• property includeColIfExpression as %ZEN.Datatype.string(XMLPROJECTION="none");
• property includeColUnlessExpression as %ZEN.Datatype.string(XMLPROJECTION="none");
• property unlessexpression as %ZEN.Datatype.string(XMLPROJECTION="none");

Methods

• method %DrawPageMasterToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, SectionName As %String = "") as %Status
• method %DrawPageToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, SectionName As %String = "") as %Status
• method %DrawStyleToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream) as %Status
• method %DrawStyleToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, SectionName As %String = "") as %Status
• method %DrawToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream) as %Status
This method outputs the necessary stylesheet information for the HTML report. Every tag should override this method.
• method %DrawToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream) as %Status
This method outputs the necessary stylesheet information for the PDF report. Every tag should override this method.