ClientExportRequestStoreResultAsBlob Property |
Gets a value indicating whether to store the result of the export 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)
Syntaxpublic bool StoreResultAsBlob { get; }Public ReadOnly Property StoreResultAsBlob As Boolean
Get
public:
property bool StoreResultAsBlob {
bool get ();
}member StoreResultAsBlob : bool with get
Property Value
Type:
Boolean to store the result as BLOB; otherwise,
.
See Also