Version

SummaryResultsExportingEventArgs Class

Event arguments for the SummaryResultsExporting event
Syntax
'Declaration
 
Public Class SummaryResultsExportingEventArgs 
   Inherits CellExportingEventArgsBase
public class SummaryResultsExportingEventArgs : CellExportingEventArgsBase 
Remarks

The CellExportingEventArgsBase.Record property returns the record associated with the summaries and could be either a Infragistics.Windows.DataPresenter.GroupByRecord or a Infragistics.Windows.DataPresenter.SummaryRecord although it is possible that in future this could return another type if required.

The CellExportingEventArgsBase.Field property represents the Field with which the summaries are being aligned when the Infragistics.Windows.DataPresenter.SummaryDefinition.Position is set to UseSummaryPositionField and will be null for all other cases.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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