Skip to content

phoReport - cDRMenuItem

Type

Handle

Default

-1

Description

Can be set to the object ID of the cDRReport object defined in the neighborhood of the commandbar objects in the component.

If the value of this property is -1 (minus 1), the ReportObject method retrieves the phoReport value of a parent object, which is usually the component.

While setting the property is not necessary or often desired, it can be done.

Sample

Object oLastPage is a cDRLastPageMenuItem
    Set phoReport to (oReport)
End_Object