The following tables list the members exposed by HeaderCellExportingEventArgs.
Name | Description | |
---|---|---|
HeaderCellExportingEventArgs Constructor | Creates a new HeaderCellExportingEventArgs instance. |
Name | Description | |
---|---|---|
BandHeaderContainer | Returns an Infragistics.Documents.Reports.Report.Table.ITableCell which will contain the band header being exported. If HeaderType is not a band header, this will be null. | |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
ColumnHeaderContainer | Returns an Infragistics.Documents.Reports.Report.Grid.IGridCell which will contain the column header being exported. If HeaderType is not a column header, this will be null. | |
ExportText | The value which will be exported to the document. | |
GridHeader | Returns the Infragistics.Win.UltraWinGrid.HeaderBase being exported. | |
GroupHeaderContainer | Returns an Infragistics.Documents.Reports.Report.Table.ITableCell which will contain the group header being exported. If HeaderType is not a group header, this will be null. | |
HeaderType | Indicates what type of header is being exported: a band header, group, or column header. |