Version

UltraGridDocumentExporter Class Events

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

Public Events
 NameDescription
Public EventAsynchronousExportErrorOccurs if there is an exception caught during an asyncrhonous export operation.  
Public EventBeginExportOccurs before the export begins.  
Public EventCellExportedOccurs after a grid cell is exported to a report.  
Public EventCellExportingOccurs before a grid cell is exported to a report.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventEndExportOccurs after grid export is finished.  
Public EventExportEndedOccurs after grid export is finished.  
Public EventExportEndingOccurs before the export process has ended, but before the document is finalized.  
Public EventExportStartedOccurs before the export begins.  
Public EventHeaderCellExportedOccurs after a header cell is exported to a report.  
Public EventHeaderCellExportingOccurs before a header cell is exported to a report.  
Public EventHeaderRowExportedOccurs after a header row is exported to a report.  
Public EventHeaderRowExportingOccurs before a header row is exported to a report.  
Public EventInitializeRowOccurs when a row is initialized.  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventRowExportedOccurs after a grid row is exported to a report.  
Public EventRowExportingOccurs before a grid row is exported to a report.  
Public EventSummaryCellExportedOccurs after a summary cell is exported to a report.  
Public EventSummaryCellExportingOccurs before a summary cell is exported to a report.  
Public EventSummaryRowExportedOccurs after a summary row is exported to a report.  
Public EventSummaryRowExportingOccurs before summary row is exported to a report.  
See Also