Retrieves a report XML layout from a resource. For internal use.
[Visual Basic]
Overloads Public Sub LoadLayout( _
ByVal type As Type, _
ByVal resourceName As String _
)
[C#]
public void LoadLayout(
Type type,
string resourceName
);
Use LoadLayout(Stream) or LoadLayout(String) instead. The type parameter is for internal use.
ActiveReport Class | ActiveReport Members | Overload List | Scripting
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.