MicroStrategy ONE

WebReportGrid

This is the top-level object from which all the objects that represent the report XML can be obtained. Since this object is available from the WebReportData object, a method is added in this class to obtain the WebReportGrid object.

The methods in this interface return a series of collection classes that contain all the information of the grid XML. Three methods return a WebGridTitles object and three methods return a WebGridHeaders object, one per axis (rows, columns, and pages). A method also exists that returns the collection of rows, which is contained in the WebGridRows object.  These methods can return an empty collection if the XML representation does not contain the information related to a specific object. For example, getPageTitles returns an empty WebGridTitles collection if no page titles are specified for that report.