Strategy ONE
WebReportInstance
The WebReportInstance interface exposes the following methods used to convert a report instance to or from a data mart report instance and retrieve data mart information:
- 
                                                    getDatamartInfo(convertIfNot:boolean):WebDatamart Retrieves the data mart information, as a WebDatamart. Throws: WebObjectsException 
- 
                                                    isDatamart():boolean Indicates whether this report instance is set as a data mart instance. Throws: WebObjectsException 
- 
                                                    clearDatamartInfo():void 
Clears the data mart information, unsetting this report instance as a data mart instance.
