ReportDesigner.RestoreLayout(String) Method
Loads the End-User Report Designer‘s layout from the specified 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 value specifying the full path to the file to be loaded. |
Remarks
You can also load the Report Designer’s layout from the specified stream using another overload of the RestoreLayout method.
To save the layout to a file or a stream, use the ReportDesigner.SaveLayout method.
See Also