| IGenericObjectExportDataAsync Method |
| Name | Description | |
|---|---|---|
| ExportDataAsync(NxExportFileType, String, String, NxExportState) | Exports the data of any generic object to an Excel file or a open XML file. If the object contains excluded values, those excluded values are not exported. | |
| ExportDataAsync(AsyncHandle, NxExportFileType, String, String, NxExportState) | Exports the data of any generic object to an Excel file or a open XML file. If the object contains excluded values, those excluded values are not exported. | |
| ExportDataAsyncT(AsyncHandle, FuncResponse, T, NxExportFileType, String, String, NxExportState) | Exports the data of any generic object to an Excel file or a open XML file. If the object contains excluded values, those excluded values are not exported. |