Version

ContainingTable Property (SummaryRowExportedEventArgs)

The ITable in the report to which the summary row was appended.
Syntax
'Declaration
 
Public ReadOnly Property ContainingTable As Infragistics.Documents.Reports.Report.Table.ITable
public Infragistics.Documents.Reports.Report.Table.ITable ContainingTable {get;}
Remarks

The table into which the summaries are exported will usually be a table representing a rows collection. But it may also be a table representing a GroupByRow, in the case where summaries are displayed as cells inside a GroupByRow.

Requirements

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

See Also