Skip to main content

ICodeCompletionContextStorage.Clear(String) Method

If implemented, removes the report layout with the specified key from storage.

Namespace: DevExpress.XtraReports.CodeCompletion.Storages

Assembly: DevExpress.XtraReports.v24.1.CodeCompletion.dll

NuGet Package: DevExpress.Reporting.CodeCompletion

Declaration

void Clear(
    string key
)

Parameters

Name Type Description
key String

A string that specifies the report layout’s key.

See Also