IBinaryDataStorageExtension.Append(String, Stream) Method
OBSOLETE
This method is no longer used.
Appends an entry to the binary data storage.
Namespace: DevExpress.XtraReports.Service.Extensions
Assembly: DevExpress.XtraReports.v24.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
[Obsolete("This method is no longer used.", false)]
void Append(
string key,
Stream stream
)
Parameters
Name | Type | Description |
---|---|---|
key | String | A System.String containing a unique key for a piece of binary data to be appended to the storage. |
stream | Stream | A System.IO.Stream containing a piece of binary data to store in a new entry. |
See Also