Skip to main content

IBinaryDataStorageExtension.LoadBytes(String) Method

Returns a byte array containing the specified piece of binary data.

Namespace: DevExpress.XtraReports.Service.Extensions

Assembly: DevExpress.XtraReports.v23.2.Service.dll

NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

byte[] LoadBytes(
    string key
)

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