ActiveReports 6 Online Help
LoadLayout(Stream,ArrayList) Method

A stream that contains a valid report XML layout.

An array containing any errors that occur during LoadLayout.

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

Syntax
'Declaration
 
Public Overloads Sub LoadLayout( _
   ByVal stream As Stream, _
   ByRef errors As ArrayList _
) 
public void LoadLayout( 
   Stream stream,
   out ArrayList errors
)

Parameters

stream

A stream that contains a valid report XML layout.

errors

An array containing any errors that occur during LoadLayout.

Remarks

When using this method, any code behind the report is ignored. To embed code in the report, use Scripting.

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

ActiveReport Class
ActiveReport Members
Overload List

Send Feedback