cDRExportMenuItem Class¶
This is a sub-class of cDRMenuItem and primarily exists because the menu item object for this class is defined in the Construct_Object event of the cDRPreview, cDRToolPanelPreview, and cDRDesktopPreview classes. This technique does not allow for the creation of properties and the augmentation or definition of methods. It is also used in the DRModalPreview.dg component.
The purpose of this class is to send ExportReport in the OnExecute event to the object assigned to the phoExportOptionsDialog property.
Sample¶
Use DRExportOptions.dg
Object oExport is a cDRExportMenuItem
Set phoExportOptionsDialog to (oDRExportOptionsDialog)
End_Object