Skip to main content

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void RestoreLayout(
    string path
)

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