This overload has been deprecated. Please use the new LoadLayout(XmlReader) overload.
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub LoadLayout( _ ByVal type As System.Type, _ ByVal resourceName As System.String _ ) | |
| C# | |
|---|---|
public void LoadLayout( System.Type type, System.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.