MicroStrategy ONE

Creating the ReportBean

The first step is to create the ReportBean using the WebBeanFactory class. This can be done directly using specific create methods such as newReportBean(), or indirectly using the newWebBean() method and passing the type of bean required. The WebBeanFactory class represents a factory for instantiating various WebBean or other transformable compliant objects.

See also