Overload List
| Name | Description | |
|---|---|---|
| ExportDataAsync(NxExportFileType, String, String, NxExportState, String) | Exports the data of any generic object to an excel file or a open XML file. If the object contains some excluded values, these excluded values are not exported. | |
| ExportDataAsync T (NxExportFileType, String, String, NxExportState, Func Response, T , String) | Exports the data of any generic object to an excel file or a open XML file. If the object contains some excluded values, these excluded values are not exported. |
See Also