MicroStrategy ONE
WebSubTitle
The WebSubTitle interface exposes information about the subtitle tag (<stl>) in the report grid XML. This object can represent either an attribute (in the case where the report has a dimension in the template) or an attribute form used in the report.
The following methods are available for the WebSubTitle interface:
-
getSpan— Returns the number of rows or columns of header cells that correspond to this subtitle (@spn).
-
getName— Returns the name of the subtitle (@n).
-
getTarget— Returns a WebObjectInfo object that can be either a WebAttribute object or a WebAttributeForm object depending on the characteristic of the WebSubTitle object.
-
getGridSubTtitles— Returns a collection of WebSubTitle objects. In the case of a dimension report, this WebSubTitle object is an attribute that contains a collection of subtitles (representing its attribute forms). If it is not a dimension report, this method returns a null object.