Version

SummaryCellExported Event (WebDocumentExporter)

Fires after a Summary cell has finished exporting.
Syntax
'Declaration
 
Public Event SummaryCellExported As EventHandler(Of DocumentSummaryCellExportedEventArgs)
public event EventHandler<DocumentSummaryCellExportedEventArgs> SummaryCellExported
Event Data

The event handler receives an argument of type DocumentSummaryCellExportedEventArgs containing data related to this event. The following DocumentSummaryCellExportedEventArgs properties provide information specific to this event.

PropertyDescription
CellElement The IGridCell in the report that the exported cell will belong to.
Column (Inherited from Infragistics.Web.UI.GridControls.BaseExportSummaryCellEventArgs)Returns the column of the summary
Summary (Inherited from Infragistics.Web.UI.GridControls.BaseExportSummaryCellEventArgs) 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also