バージョン

DocumentRowExportingEventArgs コンストラクタ

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

パラメータ

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