Skip to content

pbShowExportToCSV - cDRReport

Methods - Properties - Events

Type

Boolean

Default

True

Arguments

None

Description

Determines whether the DRExportOptions.dg, ExportReport.wo, and ExportReportDialog.wo should show the "CSV" export option in the comboform.

DataFlex Framework usage

  • Web
  • Windows
  • FlexTron

Sample

Object oReport is a cDRReport
    Set psReportName to 'MyReport.dr'
    Set pbShowExportToCSV to False
End_Object

In the above example, the dialog does not offer the selection to export to comma-separated files.