IBinaryDataStorageExtension.LoadBytes(String) Method
Returns a byte array containing the specified piece of binary data.
Namespace: DevExpress.XtraReports.Service.Extensions
Assembly: DevExpress.XtraReports.v25.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 |
|---|---|
| Byte[] | A System.Byte[] value containing a piece of binary data. |
See Also