A newer version of this page is available.
Switch to the current version.
XtraReport.SaveLayout Method
Name | Parameters | Description |
---|---|---|
SaveLayout(Stream) | stream | Saves the report's definition (layout and configuration) to a Stream object in the REPX data format. |
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(String) | fileName | Saves the report's definition (layout and configuration) to a file in the REPX 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. |
Feedback