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

IBinaryDataStorageExtension.LoadStream(String) Method

Returns a stream containing the specified piece of binary data.

Namespace: DevExpress.XtraReports.Service.Extensions

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

Declaration

Stream LoadStream(
    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
Stream

A System.IO.Stream containing a piece of binary data.

See Also