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)
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
See Also