ActiveReports 8
SaveLayout(String,RpxFormat) Method

Name of the file 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 file in the specified format.
Syntax
'Declaration
 
Public Overloads Sub SaveLayout( _
   ByVal fileName As System.String, _
   ByVal rpxFormat As SectionReport.RpxFormat _
) 
public void SaveLayout( 
   System.string fileName,
   SectionReport.RpxFormat rpxFormat
)

Parameters

fileName
Name of the file 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