The following tables list the members exposed by DocumentCellExportingEventArgs.
Name | Description | |
---|---|---|
DocumentCellExportingEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
gridCell | (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
isFooterCell | (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
isHeaderCell | (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
isSummaryCell | (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
summary | (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) |
Name | Description | |
---|---|---|
Cancel | Use to cancel the export of the cell. | |
ExportValue | The value that will be exported to the cell in the report. | |
GridCell | The grid cell object that is currently being exported. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
IsFooterCell | Returns true if this cell is in the grid footer. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
IsHeaderCell | Returns true if this cell is in the grid header. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
IsSummaryCell | Returns true if this cell holds a summary for the grid. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
ReportCellElement | The cell object in the report created to display the grid cell object. (Inherited from Infragistics.Web.UI.GridControls.DocumentCellExportedEventArgs) | |
Summary | Returns the summary for the summary cell, if there is one. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) |