ModuleObject.getReportBox

Syntax

getReportBox();

Description

The getReportBox method returns the container, to which the report is loaded.

Comments

Type of the value returned by this method depends on the unit type. For example, if an express report is loaded, the unit type is PP.App.EaxModuleObject and the getReportBox method returns value of the PP.Exp.Ui.ExpressBox.

Example

The method use is given in the example for MSModuleObject.getReport.

See also:

ModuleObject