Version

RowExportedEventArgs Class Members

The following tables list the members exposed by RowExportedEventArgs.

Public Constructors
 NameDescription
Public ConstructorRowExportedEventArgs ConstructorCreates a new RowExportedEventArgs instance.  
Public Properties
 NameDescription
Public PropertyContainingTableThe Infragistics.Documents.Reports.Report.Table.ITable in the report to which the new row will be added.  
Public PropertyGridRowThe grid row being exported.  
Public PropertyReportRowThe Infragistics.Documents.Reports.Report.Table.ITable in the report which represents the row.  
See Also