Retrieves a report XML layout (RPX) from a file, stream or resource.
Retrieves a report XML layout and loads it into a report object.
[Visual Basic] Overloads Public Sub LoadLayout(Stream)
Retrieves a report XML layout from a file and loads it into a report object.
[Visual Basic] Overloads Public Sub LoadLayout(String)
Retrieves a report XML layout from a resource. For internal use.
[Visual Basic] Overloads Public Sub LoadLayout(Type,String)
When using this method, any code behind the report is ignored. To embed code in the report, use Scripting.
[C#]
private void loadRPX() |
[Visual Basic]
Dim rpt As New ActiveReport1() |
ActiveReport Class | ActiveReport Members | SaveLayout | Scripting
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.