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.
See Also

Reference

SectionReport Class
SectionReport Members
Overload List

Concepts

Scripting

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum