ActiveReports Developer 7
Save(String) Method
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder Namespace > Workbook Class > Save Method : Save(String) Method

filePath
The file name and path to which to save the workbook.

Glossary Item Box

Saves the current workbook to the specified file.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Save( _
   ByVal filePath As System.String _
) 
C# 
public void Save( 
   System.string filePath
)

Parameters

filePath
The file name and path to which to save the workbook.

Remarks

Permissions to write to the specified file are Demanded.

See Also