Skip to main content

IBinaryDataStorageExtension.Clean(IEnumerable<String>) Method

Removes all data 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 Clean(
    IEnumerable<string> keys
)

Parameters

Name Type Description
keys IEnumerable<String>

A collection of String values.

See Also