RenderTotallerHTML Method (PageEngine Object)
The RenderTotallerHTML method returns a variant that contains HTML code for the Group Tree.
Syntax
variantData = object.RenderTotallerHTML (RootGroupPath,
StartingChildNumber, PastRootLevels, MaxNodeCount, OpenGroupPath,
IncludeDrillDownLinks, BaseURL, ResultType)
Parameters
BaseURL
| The URL address of the report when it is first generated by the web server.
|
IncludeDrill DownLinks
| Indicates whether or not drill-down hyperlinks are generated for summary values in the report.
|
MaxNodeCount
| The maximum number of nodes to display in the Group Tree.
|
OpenGroupPath
| An array of groups to be opened in the report.
|
PastRootLevels
| A value indicating the number of past root levels.
|
ResultType
| Returns CRRenderResultType (see table below) indicating whether the page will be rendered by using strings or arrays.
|
| Constant
| Value
|
| crBSTRType
| 8
|
| crUISafeArrayType
| 8209
|
RootGroupPath
| Specifies an integer array that represents the root group path (separated by "/"). An empty array would represent the entire report, an array (0, 1) would represent a drill-down on the second group member within the first group member (that is, 0 = first group in Group #1 and 1 = second group in Group #2).
|
StartingChild Number
| Long
|