peImageType - cDRReport¶
Methods - Properties - Events
Type¶
Default¶
C_drJPEG
Arguments¶
None
Description¶
Can be set to one of the supported image types for the cWebDRReportViewer class. From the possible values, C_DRTiff is not supported.
The property is used by the GenerateDownloadLinks method.
DataFlex Framework usage¶
- Web
Sample¶
Object oViewer is a cWebDRReport
Set peImageType to C_drGIF
End_Object