Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void RestoreLayout(
    Stream stream
)

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