Version

BeginExportEventArgs Constructor

Creates a new BeginExportEventArgs instance.
Syntax
'Declaration
 
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
)

Parameters

layout
A cloned Infragistics.Win.UltraWinGrid.UltraGridLayout of the grid being exported.
rows
The root Infragistics.Win.UltraWinGrid.RowsCollection of the grid being exported.
section
The Infragistics.Documents.Reports.Report.Section.ISection in the report to which the grid will be exported.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also