Version

ExportAsync(DataPresenterBase,Workbook,ExportOptions) Method

Asynchronously exports the passed in data presenter to the specified workbook in the active worksheet. If there are no worksheets in workbook, new worksheet is created.
Syntax
'Declaration
 
Public Overloads Sub ExportAsync( _
   ByVal dataPresenter As DataPresenterBase, _
   ByVal workbook As Infragistics.Documents.Excel.Workbook, _
   ByVal options As ExportOptions _
) 
public void ExportAsync( 
   DataPresenterBase dataPresenter,
   Infragistics.Documents.Excel.Workbook workbook,
   ExportOptions options
)

Parameters

dataPresenter
The data presenter to export.
workbook
Destination Infragistics.Documents.Excel.Workbook.
options
A set of options controlling the output of the exporting process.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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