Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraReport.SaveLayout Method

Name Parameters Description
SaveLayout(Stream, Boolean) stream, throwOnError Saves the report definition to a Stream object as a Code Document Object Model (CodeDOM) graph, with an exception thrown if an error occurs.
SaveLayout(Stream) stream Saves the report definition to a Stream as a Code Document Object Model (CodeDOM) graph.
SaveLayout(String, Boolean) fileName, throwOnError Saves the report definition to a file as a Code Document Object Model (CodeDOM) graph, with an exception thrown if an error occurs.
SaveLayout(String) fileName Saves the report definition to a file as a Code Document Object Model (CodeDOM) graph.