FileCodeCompletionContextStorage.SaveCompletionContext(String, Stream) Method
Saves the report layout to storage under the specified key.
Namespace: DevExpress.XtraReports.CodeCompletion.Storages
Assembly: DevExpress.XtraReports.v24.1.CodeCompletion.dll
NuGet Package: DevExpress.Reporting.CodeCompletion
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | String | A string that specifies the report layout’s key. |
stream | Stream | A Stream object that contains the report layout to save. |
Implements
See Also