バージョン

DocumentGridRowExportingEventArgs コンストラクタ

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

パラメータ

gridRow
現在エクスポートされているグリッドの行。
containingGrid
エクスポートされた行が属するレポートのグリッド。
isHeader
この行がヘッダーであるかどうか。
isFooter
この行がフッターであるかどうか。
isSummary
この行が集計行であるかどうか。
参照