ReportDesigner.SaveLayout(String) Method
Saves the End-User Report Designer‘s layout to a file.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A string that contains the full path specifying where 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 file. The saved layout can be then restored using the ReportDesigner.RestoreLayout method.
You can also can save the layout to a stream using another overload of the SaveLayout method.
See Also