ActiveReports 9
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 System.Type, _
   ByVal resourceName As System.String _
) 
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

Reference

SectionReport Class
SectionReport Members
Overload List

Concepts

Scripting

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum