ActiveReports 9
SaveLayout(Stream,RpxFormat) Method

Stream object where the report's layout will be saved.
The RPX format to which the report's layout will be saved.
Saves a report's XML layout to the specified stream in the specified format.
Syntax
'Declaration
 
Public Overloads Sub SaveLayout( _
   ByVal stream As System.IO.Stream, _
   ByVal rpxFormat As SectionReport.RpxFormat _
) 
public void SaveLayout( 
   System.IO.Stream stream,
   SectionReport.RpxFormat rpxFormat
)

Parameters

stream
Stream object where the report's layout will be saved.
rpxFormat
The RPX format to which the report's layout will be saved.
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

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum