バージョン

RowExportedEventArgs コンストラクタ

新しい RowExportedEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal gridRow As Infragistics.Win.UltraWinGrid.UltraGridRow, _
   ByVal containingTable As Infragistics.Documents.Reports.Report.Table.ITable, _
   ByVal reportRow As Infragistics.Documents.Reports.Report.Table.ITable _
)
public RowExportedEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridRow gridRow,
   Infragistics.Documents.Reports.Report.Table.ITable containingTable,
   Infragistics.Documents.Reports.Report.Table.ITable reportRow
)

パラメータ

gridRow
エクスポートされるグリッド行。
containingTable
新しい行が追加されるレポートの ITable。
reportRow
行を表すレポートの ITable。
参照