Skip to content

phoReport - cWebDRReportViewer

Type

Handle

Default

0

Arguments

None

Description

This property needs to be set to the object id of a cDRReport object.

Sample

Object oReport is a cWebDRReport
    Set psReportName to 'MyReport.dr'
End_Object

Object oViewer is a cWebDRReportViewer
    Set phoReport to oReport
End_Object