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

Reference

SectionReport Class
SectionReport Members
Overload List

Support Forum