RequestStatus Enumeration

Represents the status of an export data request.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum RequestStatus
Members
  Member nameValueDescription
Valid0 The data request is in a valid state.
MetricSetDeleted1 The data request's metric set has been deleted.
MetricSetUnauthorized2 The user no longer has access to the data request's metric set.
MetricSetInactive3 The metric set is no longer active. It was a transient metric set which has been deleted but we still have a revision of the parent so it's possible the parent could be rolled back and this would become active again.
MetricSetUnloadable4 The metric set can't load due to an exception.
See Also