ActiveReports 8
LoadLayout(Type,String) Method
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports Namespace > SectionReport Class > LoadLayout Method : LoadLayout(Type,String) Method

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

Glossary Item Box

This overload has been deprecated. Please use the new LoadLayout(XmlReader) overload.

Syntax

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.

Remarks

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also