See Also

ActiveReport Class  | ActiveReport Members  | Overload List  | Scripting

Language

Visual Basic

C#

Show All

type
Type of stored resource.
resourceName
Name of the resource entry that contains the report XML layout.
See Also Languages ActiveReports Send feedback to Data Dynamics

LoadLayout(Type,String) Method

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 );

Parameters

type
Type of stored resource.
resourceName
Name of the resource entry that contains the report XML layout.

Remarks

Use LoadLayout(Stream) or LoadLayout(String) instead. The type parameter is for internal use.

See Also

ActiveReport Class  | ActiveReport Members  | Overload List  | Scripting

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.