IBinaryDataStorageExtension.Delete(String) Method
Deletes the specified entry from the storage.
Namespace: DevExpress.XtraReports.Service.Extensions
Assembly: DevExpress.XtraReports.v24.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | String | A System.String containing a key that specifies an entry to be deleted from the storage. |
See Also