pbShowExportToXLSX - cDRReport¶
Methods - Properties - Events
Type¶
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.