Skip to content

phcPreviewer - cDRReport

Methods - Properties - Events

Type

Handle

Default

(RefClass (cDRPreview)

Arguments

None

Description

Determines the class of the object to be created if the pePreviewStyle is set to C_DRPREVIEW_VIEW.

Change this property to use a different class for the creation of an MDI view.

DataFlex Framework usage

  • Windows
  • FlexTron (using windows views)

Sample

Use cMySpecialPreviewer.Pkg

Object oReport is a cDRReport
    Set psReportName to 'MyReport.dr'
    Set phcPreviewer to (RefClass (cMySpecialPreviewer))
End_Object