Saves a report's XML layout to a stream or file.
[Visual Basic] Overloads Public Sub SaveLayout(Stream)
Saves a report's XML layout to the specified file.
[Visual Basic] Overloads Public Sub SaveLayout(String)
The SaveLayout method uses UTF-16 encoding when you save to a stream, and UTF-8 encoding when you save to a file.
When using this method, any code behind the report is ignored. To embed code in the report, use Scripting.
[C#]
private void saveRPX() |
[Visual Basic]
Dim rpt As New ActiveReport1() |
ActiveReport Class | ActiveReport Members | LoadLayout | Scripting
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.