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

XtraReport.SaveLayout Method

Name Parameters Description
SaveLayout(Stream, Boolean) stream, throwOnError Saves the report’s definition (layout and configuration) to a Stream object in the REPX data format, with an exception thrown if an error occurs.
SaveLayout(Stream) stream Saves the report’s definition (layout and configuration) to a Stream object in the REPX data format.
SaveLayout(String, Boolean) fileName, throwOnError Saves the report’s definition (layout and configuration) to a file in the REPX format, with an exception thrown if an error occurs.
SaveLayout(String) fileName Saves the report’s definition (layout and configuration) to a file in the REPX format.