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.
|