<sasads:MDDrillPath>

Generates the appropriate HTML tags to represent the MDDrillPath

This tag must be nested within a sasads:MDTable tag.

Syntax

<sasads:MDDrillPath
   [customAttributes="java.lang.String"]
   [epilog="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [model="java.lang.String"]
   [modelObject="com.sas.sasserver.mdtable.MultidimensionalTableV3Interface"]
   [name="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [scope="java.lang.String"] />

Attributes

customAttributes
epilog
idCase-sensitive name used to identify the object instance.
instantiate
locale
modelthe model String used to identify the model associated with the drill path
modelObjectthe model instance associated with the drill path
name
prolog
ref
render
scope

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.beans.mddbtable.html.MDDrillPath.

If you need to subclass the tag handler class for the sasads:MDDrillPath tag, extend com.sas.taglib.servlet.beans.mddbtable.MDDrillPathTag.