ActiveReports 10
Save(FileInfo) Method

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports Namespace > PageReport Class > Save Method : Save(FileInfo) Method
The file to which to save the report.
Saves the report definition to the specified file.  
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal file As FileInfo _
) 
public void Save( 
   FileInfo file
)

Parameters

file
The file to which to save the report.
See Also

Reference

PageReport Class
PageReport Members
Overload List