| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub LoadLayout( _ ByVal type As Type, _ ByVal resourceName As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.
Use LoadLayout(Stream) or LoadLayout(String) instead. The type parameter is for internal use.