ActiveReports 6 Online Help
SaveLayout(Stream) Method

Stream object where the report's layout will be saved.

This overload has been deprecated. Please use the new SaveLayout(XmlWriter) overload.

Syntax
'Declaration
 
Public Overloads Sub SaveLayout( _
   ByVal stream As Stream _
) 
public void SaveLayout( 
   Stream stream
)

Parameters

stream
Stream object where the report's layout will be saved.
Remarks

You can use this method to save the report's layout as a stream, then store it in a database or a resource file.

The SaveLayout(Stream) method uses the UTF-16 encoding when you save to a stream.

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

Concepts

Scripting

Send Feedback