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