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

IBinaryDataStorageExtension.Create(Stream) Method

Creates a new binary data storage entry.

Namespace: DevExpress.XtraReports.Service.Extensions

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

Declaration

string Create(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A System.IO.Stream containing a piece of binary data to store in a new entry.

Returns

Type Description
String

A System.String containing a unique key for the created entry.

See Also