Skip to main content

InMemoryCodeCompletionContextStorage.LoadCompletionContext(String, Stream) Method

Loads the report layout with the specified key from storage.

Namespace: DevExpress.XtraReports.CodeCompletion.Storages

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

NuGet Package: DevExpress.Reporting.CodeCompletion

Declaration

public void LoadCompletionContext(
    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 load.

See Also