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

InMemoryCodeCompletionContextStorage.Clear(String) Method

Removes the report layout with the specified key from storage.

Namespace: DevExpress.XtraReports.CodeCompletion.Storages

Assembly: DevExpress.XtraReports.v20.2.CodeCompletion.dll

NuGet Packages: DevExpress.Reporting.CodeCompletion, DevExpress.WindowsDesktop.Reporting.CodeCompletion

Declaration

public void Clear(
    string key
)

Parameters

Name Type Description
key String

A string that specifies the report layout’s key.

Implements

See Also