ExportRequestStoreResultAsBlob Property |
Gets or sets 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; set; }Public Property StoreResultAsBlob As Boolean
Get
Set
public:
property bool StoreResultAsBlob {
bool get ();
void set (bool value);
}member StoreResultAsBlob : bool with get, set
Property Value
Type:
Boolean to store the result as BLOB; otherwise,
.
See Also