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

InMemoryCodeCompletionContextStorage.SaveCompletionContext(String, Stream) Method

Saves the report layout to storage under the specified key.

Namespace: DevExpress.XtraReports.CodeCompletion.Storages

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

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

Declaration

public void SaveCompletionContext(
    string key,
    Stream context
)

Parameters

Name Type Description
key String

A string that specifies the report layout’s key.

context Stream

A Stream object that contains the report layout to save.

See Also