IBinaryDataStorageExtension.LoadStream(String) Method
Returns a stream containing the specified piece of binary data.
Namespace: DevExpress.XtraReports.Service.Extensions
Assembly: DevExpress.XtraReports.v24.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | String | A System.String containing a key that specifies a piece of binary data to be obtained from the storage. |
Returns
Type | Description |
---|---|
Stream | A System.IO.Stream containing a piece of binary data. |
See Also