%DeepSee.UI.MDXPrint
Class %DeepSee.UI.MDXPrint Extends %ZEN.Component.page [ System = 4 ]
This page renders an MDX statement in a printer friendly manner.
Parameters
PAGENAME
Parameter PAGENAME = "Print-Friendly Output";
DOMAIN
Parameter DOMAIN = "%DeepSee";
Domain used for localization.
RESOURCE
Parameter RESOURCE = "%DeepSee_Portal";
All DeepSee pages require %DeepSee_Portal USE.
Properties
StdTitle
Property StdTitle As %ZEN.Datatype.string [ InitialExpression = {..#PAGENAME} ];
Define the title that will be displayed within subclasses
mdx
Property mdx As %ZEN.Datatype.string(ZENURL = "MDX");
!!!
cubeName
Property cubeName As %ZEN.Datatype.string(ZENURL = "CUBE");
Name of cube the query is based on (used with queryKey).
queryKey
Property queryKey As %ZEN.Datatype.string(ZENURL = "KEY");
Key for the query.
XDatas
Style
XData Style
Contents
XData Contents [ XMLNamespace = "http://www.intersystems.com/zen" ]
This XML defines the contents of this page.
Methods
DrawHTML
Method DrawHTML(pSeed As %String) As %Status
%PrintResults
Method %PrintResults(pRS As %DeepSee.ResultSet) As %Status
Print out the contents (as HTML) of the given MDX result set.