IExportServiceStoreExportResultAsBlob Method

Stores the export result as 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
void StoreExportResultAsBlob(
	ExportResult result
)

Parameters

result
Type: Dundas.BI.ExportExportResult
The result to store.
See Also