バージョン

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

新しい 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, _
   ByVal reportSummaryFooterCell As Infragistics.Documents.Reports.Report.Table.ITableCell _
)
public SummaryRowExportedEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridSummaryRow gridSummaryRow,
   Infragistics.Documents.Reports.Report.Table.ITable containingTable,
   Infragistics.Documents.Reports.Report.Table.ITable reportSummaryRow,
   Infragistics.Documents.Reports.Report.Table.ITableCell reportSummaryFooterCell
)

パラメータ

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