バージョン

DocumentCellExportedEventArgs コンストラクタ(GridRecordItem,IGridCell,Boolean,Boolean,Boolean)

DocumentCellExportedEventArgs オブジェクトを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal gridCell As GridRecordItem, _
   ByVal cellElement As IGridCell, _
   ByVal isHeader As Boolean, _
   ByVal isFooter As Boolean, _
   ByVal isSummary As Boolean _
)
public DocumentCellExportedEventArgs( 
   GridRecordItem gridCell,
   IGridCell cellElement,
   bool isHeader,
   bool isFooter,
   bool isSummary
)

パラメータ

gridCell
エクスポートされるグリッドからのセル。
cellElement
レポートに追加されるセル。
isHeader
この行がヘッダーであるかどうか。
isFooter
この行がフッターであるかどうか。
isSummary
この行が集計行であるかどうか。
参照