ActiveReports 12
LoadLayout(Type,String) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace > SectionReport Class > LoadLayout Method : LoadLayout(Type,String) Method
Type of stored resource.
Name of the resource entry that contains the report XML layout.

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

Syntax
'Declaration
 
Public Overloads Sub LoadLayout( _
   ByVal type As Type, _
   ByVal resourceName As String _
) 
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.
See Also

Reference

SectionReport Class
SectionReport Members
Overload List

Concepts

Scripting