For a list of all members of this type, see DocumentRowExportedEventArgs members.
Name | Description | |
---|---|---|
![]() | ContainingTable | The table in the report that the exported row will belong to. |
![]() | GridRow | Returns the row in the grid, if any, being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) |
![]() | IsFooterRow | Returns true if this is the footer row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) |
![]() | IsHeaderRow | Returns true if this is the header row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) |
![]() | IsSummaryRow | Returns true if this is a summary row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) |
![]() | ReportRow | The row object in the report created to display the grid's row object. |