Version

ExportAsync Method

Asynchronously exports the passed in data presenter to specified file.
Overload List
OverloadDescription
ExportAsync(DataPresenterBase,String,WorkbookFormat)Asynchronously exports the passed in data presenter to specified file.  
ExportAsync(DataPresenterBase,String,WorkbookFormat,ExportOptions)Asynchronously exports the passed in data presenter to specified file.  
ExportAsync(DataPresenterBase,Workbook)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.  
ExportAsync(DataPresenterBase,Workbook,ExportOptions)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.  
ExportAsync(DataPresenterBase,Worksheet)Asynchronously exports the passed in data presenter to the specified worksheet.  
ExportAsync(DataPresenterBase,Worksheet,ExportOptions)Asynchronously exports the passed in data presenter to the specified worksheet.  
ExportAsync(DataPresenterBase,Workbook,Int32,Int32)Asynchronously exports the passed in data presenter to the specified workbook in the active worksheet starting at the specified row and column. If there are no worksheets in workbook, new worksheet is created. It returns the passed in workbook.  
ExportAsync(DataPresenterBase,Workbook,Int32,Int32,ExportOptions)Asynchronously exports the passed in data presenter to the specified workbook in the active worksheet starting at the specified row and column. If there are no worksheets in workbook, new worksheet is created. It returns the passed in workbook.  
ExportAsync(DataPresenterBase,Worksheet,Int32,Int32)Asynchronously exports the passed in XamDataGrid to the specified worksheet starting at the specified row and column.  
ExportAsync(DataPresenterBase,Worksheet,Int32,Int32,ExportOptions)Asynchronously exports the passed in XamDataGrid to the specified worksheet starting at the specified row and column.  
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