Skip to main content
A newer version of this page is available. .

IBinaryDataStorageExtension.Delete(String) Method

Deletes the specified entry from the storage.

Namespace: DevExpress.XtraReports.Service.Extensions

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

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