ExportRequestStatus Enumeration

Defines the status of an export request.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public enum ExportRequestStatus
Members
  Member nameValueDescription
Queued0 Indicates that the request is waiting in a queue to be processed.
Processing1 The export request is currently processing.
Completed2 The export request is complete.
NotFound3 The export request was not found.
Failed4 The export request failed.
Cancelled5 The export request was cancelled.
Empty6 The export request generated an empty file.
See Also