ExportResultInfoStatus Property |
Gets the final status of the export.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntaxpublic ExportRequestStatus? Status { get; }Public ReadOnly Property Status As ExportRequestStatus?
Get
public:
property Nullable<ExportRequestStatus> Status {
Nullable<ExportRequestStatus> get ();
}member Status : Nullable<ExportRequestStatus> with get
Property Value
Type:
NullableExportRequestStatus
See Also