'Declaration Public ReadOnly Property ReportRow As Infragistics.Documents.Reports.Report.Table.ITable
public Infragistics.Documents.Reports.Report.Table.ITable ReportRow {get;}
The grid row is represented in the report by an ITable.
If the grid row is a normal row (as opposed to a GroupByRow), then the table will have 1 or 2 rows. The first row will contain an Infragistics.Documents.Reports.Report.Grid.IGrid rerepsenting the main part of the row, including all of the cells. The second row in the table contains the RowAutoPreviewArea, if any.
If the grid row is a GroupByRow, then the table will have 1 or 2 rows. The first row will contain the Description of the row. The second row in the table will contain the summaries, if they are displayed within the GroupByRow as cells.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2