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)
Syntaxvoid StoreExportResultAsBlob(
ExportResult result
)
Sub StoreExportResultAsBlob (
result As ExportResult
)
void StoreExportResultAsBlob(
ExportResult^ result
)
abstract StoreExportResultAsBlob :
result : ExportResult -> unit
Parameters
- result
- Type: Dundas.BI.ExportExportResult
The result to store.
See Also