Version

SummaryRowExportingEventArgs Class Members

The following tables list the members exposed by SummaryRowExportingEventArgs.

Public Properties
 NameDescription
Public PropertyAssociatedRecordGets the record associated with the summaries (read-only)  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCurrentColumnIndexZero-based index of current exporting column in excel worksheet.. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
Public PropertyCurrentOutlineLevelCurrent outline level used for grouping. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
Public PropertyCurrentRowIndexZero-based index of current exporting row in excel worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
Public PropertyCurrentWorksheetCurrent exporting worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
Public PropertyFormatSettingsGets or sets the settings that should be applied to exported label. Settings specified on individual labels take precedence. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
Public PropertySummariesReturns the collection of summary values that are being exported.  
Public PropertySummaryDescriptionThe description of the summaries that will be displayed on the row above the summaries  
Public PropertySummaryDescriptionFormatGets or sets the settings that should be applied to the summary description.  
Public PropertySummaryLevelReturns the 0-based index of the current summary record.  
Public PropertyWorkbookExporting workbook. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
See Also