Skip to main content
A newer version of this page is available. .

IBinaryDataStorageExtension.LoadBytes(String) Method

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

Namespace: DevExpress.XtraReports.Service.Extensions

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

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