MicroStrategy ONE
Rendering the Data
The ReportBean extends Transformable the interface. It specifies at run-time the appropriate transform (from its collection) that is used for rendering the data. This data is rendered using the transform(TransformInstance) method. The transform() method triggers a call to the default transform object registered to the calling ReportBean. The transform() method results are stored in MarkupOutput object. The send() method of the MarkupOutput object records the result of the transformation and flushes it to the screen.
See also
-
Architecture: Web Beans Layer
-
Architecture: Web Transforms Layer
-
Page Content and Layout: Types of Beans in MicroStrategy Web
-
Page Content and Layout: Rendering Beans for Display
-
Customizing Transforms: Web Beans and Transforms