バージョン

DocumentGridRowExportedEventArgs コンストラクタ

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

パラメータ

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