IExportServiceGetExportBlobResult Method |
Gets the result of an export that is stored in a BLOB.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxExportResult GetExportBlobResult(
Guid exportBlobId
)
Function GetExportBlobResult (
exportBlobId As Guid
) As ExportResult
ExportResult^ GetExportBlobResult(
Guid exportBlobId
)
abstract GetExportBlobResult :
exportBlobId : Guid -> ExportResult
Parameters
- exportBlobId
- Type: SystemGuid
The export result identifier.
Return Value
Type:
ExportResultThe export result.
Exceptions| Exception | Condition |
|---|
| ArgumentException | exportBlobId is Empty. |
| NotFoundException | An export result with the specified ID was not found. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also