Back to Devexpress

XtraReport.SaveLayout Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-dot-savelayout.md

latest1.2 KB
Original Source

XtraReport.SaveLayout Method

NameParametersDescription
SaveLayout(Stream, Boolean)stream, throwOnErrorSaves 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)streamSaves the report definition to a Stream as a Code Document Object Model (CodeDOM) graph.
SaveLayout(String, Boolean)fileName, throwOnErrorSaves the report definition to a file as a Code Document Object Model (CodeDOM) graph, with an exception thrown if an error occurs.
SaveLayout(String)fileNameSaves the report definition to a file as a Code Document Object Model (CodeDOM) graph.