Skip to content

pbShowExportToPNG - cDRReport

Methods - Properties - Events

Type

Boolean

Default

True

Arguments

None

Description

Determines whether the ExportReport.wo and ExportReportDialog.wo should show the "Excel" (2007 and newer) export option in the comboform.

DataFlex Framework usage

  • Web
  • FlexTron (using ExportReport.wo or ExportReportDialog.wo)

Sample

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

In the above example, the dialog does not offer the selection to export to Excel (2007+) files.