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

ReportDesigner.SaveLayout(String) Method

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

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

Declaration

public void SaveLayout(
    string path
)

Parameters

Name Type Description
path String

A string that contains the full path specifying where 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 file. The saved layout can be then restored using the ReportDesigner.RestoreLayout method.

You can also can save the layout to a stream using another overload of the SaveLayout method.

See Also