Version 24.2 (latest)

DataPresenterExcelExporter Class Events

For a list of all members of this type, see DataPresenterExcelExporter members.

Public Events
 NameDescription
Public EventBeginExportOccurs at the beginning of the export process. The data presenter has been initialized but the data source has not yet been set.  
Public EventCellExportedOccurs after a cell is exported to Excel.  
Public EventCellExportingOccurs before a cell is exported to Excel.  
Public EventEndExportOccurs after the exporting process is finished.  
Public EventExportEndedOccurs after the export process has completed.  
Public EventExportEndingInvoked after the export process is complete but before the contents are saved to a file.  
Public EventExportStartedOccurs after the export process has started. The data presenter has been initialized but the data source has not yet been set.  
Public EventHeaderAreaExportedOccurs after header area is exported to Excel.  
Public EventHeaderAreaExportingOccurs before header area is exported to Excel.  
Public EventHeaderLabelExportedOccurs after a header label is exported to Excel.  
Public EventHeaderLabelExportingOccurs before a header label is exported to Excel.  
Public EventInitializeRecordOccurs when a record is initialized.  
Public EventRecordExportedOccurs after a record is exported to Excel.  
Public EventRecordExportingOccurs before a record is exported to Excel.  
Public EventSummaryCellExportedOccurs after a summary cell is exported to Excel.  
Public EventSummaryCellExportingOccurs before a summary cell is exported to Excel.  
Public EventSummaryRowExportedOccurs after summary record is exported to Excel.  
Public EventSummaryRowExportingOccurs before a summary row is exported to Excel.  
See Also