cognos.Report.getReport
method
Getter method for a cognos.Report
object.
Namespaces are used to support HTML fragments. Always
use a proper namespace when using this method to retrieve a cognos.Report
object.
Syntax
<static> {cognos.Report} cognos.Report.getReport(sNamespace)
Parameters
- {String} sNamespace Optional
Returns
- {cognos.Report}
- The
cognos.Report
instance for this namespace.
Example
var oCR = cognos.Report.getReport( "_THIS_" );