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 (10.0.0.1002)
Syntax
ExportResult GetExportBlobResult(
	Guid exportBlobId
)

Parameters

exportBlobId
Type: SystemGuid
The export result identifier.

Return Value

Type: ExportResult
The export result.
Exceptions
ExceptionCondition
ArgumentExceptionexportBlobId is Empty.
NotFoundExceptionAn export result with the specified ID was not found.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also