Version

SummaryCellExportedEventArgs Class Members

The following tables list the members exposed by SummaryCellExportedEventArgs.

Public Constructors
 NameDescription
Public ConstructorSummaryCellExportedEventArgs ConstructorCreates a new SummaryCellExportedEventArgs instance.  
Public Properties
 NameDescription
Public PropertyReportCellReturns the Infragistics.Documents.Reports.Report.Grid.IGridCell into which the contents of the summary value were exported.  
Public PropertySummaryReturns the Infragistics.Win.UltraWinGrid.SummaryValue being exported.  
Public PropertySummaryLevelReturns the level of the Summary. Summaries are exporting into multiple rows (levels). The summary level indicates on which level this summary is displayed.  
See Also