Skip to main content

IBinaryDataStorageExtension.Delete(String) Method

Deletes the specified entry from the storage.

Namespace: DevExpress.XtraReports.Service.Extensions

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

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

Declaration

void Delete(
    string key
)

Parameters

Name Type Description
key String

A System.String containing a key that specifies an entry to be deleted from the storage.

See Also