ReportManager Class Constructor

This section describes the constructor for the ReportManager class.

Syntax

ReportManager()

Description

Use the ReportManager constructor to instantiate an instance of the ReportManager class.

Parameters

None.

Returns

A ReportManager object.

Example

import PSXP_REPORTMGR:ReportManager;

Local REPORTMGR:ReportManager &rptMgr = create REPORTMGR:ReportManager();