ReportDesigner.SaveLayout(Stream) Method
Saves the End-User Report Designer‘s layout to a stream.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object to which the Report Designer’s layout should be saved. |
Remarks
The SaveLayout method saves the Report Designer’s layout (layout of dock panels, toolbar layout, etc.) to the specified stream. The saved layout can be then restored using the ReportDesigner.RestoreLayout method.
You can also can save the layout to a specific file using another overload of the SaveLayout method.
See Also