IBinaryDataStorageExtension.Create(Stream) Method
Creates a new binary data storage entry.
Namespace: DevExpress.XtraReports.Service.Extensions
Assembly: DevExpress.XtraReports.v25.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
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