/* *+------------------------------------------------------------------------+ *| Licensed Materials - Property of IBM *| BI and PM: prmt *| (C) Copyright IBM Corp. 2002, 2011 *| *| US Government Users Restricted Rights - Use, duplication or *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *| *+------------------------------------------------------------------------+ */ /** @fileOverview Cognos JavaScript Reporting API. */ /** Namespace to prevent class collision with other framework.
Your starting point for custom scripts is {@link cognos.Report.getReport()} @namespace */ if (typeof cognos == "undefined") { cognos = {}; }