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