ActiveReports 6 Online Help
Save(String) Method
Example 

The file name and path to which to save the workbook.
Saves the current workbook to the specified file.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal filePath As String _
) 
public void Save( 
   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.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Workbook Class
Workbook Members
Overload List

Send Feedback