Version

DocumentRowExportingEventArgs Class Properties

For a list of all members of this type, see DocumentRowExportingEventArgs members.

Public Properties
 NameDescription
Public PropertyCancel  
Public PropertyContainingTableThe table in the report that the exported row will belong to. (Inherited from Infragistics.Web.UI.GridControls.DocumentRowExportedEventArgs)
Public PropertyGridRowReturns the row in the grid, if any, being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs)
Public PropertyIsFooterRowReturns true if this is the footer row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs)
Public PropertyIsHeaderRowReturns true if this is the header row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs)
Public PropertyIsSummaryRowReturns true if this is a summary row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs)
Public PropertyReportRowThe row object in the report created to display the grid's row object. (Inherited from Infragistics.Web.UI.GridControls.DocumentRowExportedEventArgs)
See Also