Skip to main content

ReportDesigner.RestoreLayout(String) Method

SECURITY-RELATED CONSIDERATIONS

Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: Safe Deserialization.

Loads the End-User Report Designer‘s layout from the specified file.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v25.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