バージョン

SummaryRowExportedEventArgs コンストラクタ(UltraGridSummaryRow,ITable,ITable)

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

パラメータ

gridSummaryRow
エクスポートされる要約を表している UltraGridSummaryRow。
containingTable
集計行が追加されるレポートの ITable。
reportSummaryRow
レポートで集計行を表す ITable。
参照