バージョン

ContainingTable プロパティ (SummaryRowExportedEventArgs)

集計行が追加されたレポートの ITable。
シンタックス
'宣言
 
Public ReadOnly Property ContainingTable As Infragistics.Documents.Reports.Report.Table.ITable
public Infragistics.Documents.Reports.Report.Table.ITable ContainingTable {get;}
解説

要約がエクスポートされるテーブルは通常、行コレクションを表しているテーブルです。しかし GroupByRow を表しているテーブルも可能です (要約が GroupByRow 内のセルとして表示されるケース)。

参照