Retrieves a report XML layout from a file and loads it into a report object.
[Visual Basic]
Overloads Public Sub LoadLayout( _
ByVal fileName As String _
)
[C#]
public void LoadLayout(
string fileName
);
This method is typically used to load stand-alone report layouts which can be distributed and updated separately from the application's assemblies.
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 | Overload List | Scripting
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.