Click or drag to resize
GenericObjectExportDataAsync Method
Overload List
  NameDescription
Public methodExportDataAsync(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.

Public methodExportDataAsync(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.

Public methodExportDataAsyncT(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.

Top
See Also