Skip to main content
A newer version of this page is available. .

ReportDesigner.SaveLayout(Stream) Method

Saves the End-User Report Designer‘s layout to a stream.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void SaveLayout(
    Stream stream
)

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