Skip to main content

IBinaryDataStorageExtension.Create(Stream) Method

Creates a new binary data storage entry.

Namespace: DevExpress.XtraReports.Service.Extensions

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

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

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