ActiveReports Developer 7
Save(FileInfo) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > PageReport Class > Save Method : Save(FileInfo) Method

file
The file to which to save the report.

Glossary Item Box

Saves the report definition to the specified file.  

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Save( _
   ByVal file As System.IO.FileInfo _
) 
C# 
public void Save( 
   System.IO.FileInfo file
)

Parameters

file
The file to which to save the report.

See Also