バージョン

DocumentRowExportedEventArgs コンストラクタ

DocumentRowExportedEventArgs オブジェクトを新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal gridRow As GridRecord, _
   ByVal reportRow As ITableRow, _
   ByVal containingTable As ITable, _
   ByVal isHeader As Boolean, _
   ByVal isFooter As Boolean, _
   ByVal isSummary As Boolean _
)
public DocumentRowExportedEventArgs( 
   GridRecord gridRow,
   ITableRow reportRow,
   ITable containingTable,
   bool isHeader,
   bool isFooter,
   bool isSummary
)

パラメータ

gridRow
エクスポートされたグリッドの行。
reportRow
グリッドの行オブジェクトを表示するために作成されるレポートの行オブジェクト。
containingTable
エクスポートされた行が属するレポートのテーブル。
isHeader
この行がヘッダーであるかどうか。
isFooter
この行がフッターであるかどうか。
isSummary
この行が集計行であるかどうか。
参照