バージョン

BeginExportEventArgs コンストラクタ

新しい BeginExportEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal layout As Infragistics.Win.UltraWinGrid.UltraGridLayout, _
   ByVal rows As Infragistics.Win.UltraWinGrid.RowsCollection, _
   ByVal section As Infragistics.Documents.Reports.Report.Section.ISection _
)
public BeginExportEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridLayout layout,
   Infragistics.Win.UltraWinGrid.RowsCollection rows,
   Infragistics.Documents.Reports.Report.Section.ISection section
)

パラメータ

layout
エクスポートされるグリッドのクローン Infragistics.Win.UltraWinGrid.UltraGridLayout
rows
エクスポートされるグリッドのルート Infragistics.Win.UltraWinGrid.RowsCollection
section
グリッドがエクスポートされるレポートの Infragistics.Documents.Reports.Report.Section.ISection
参照