ActiveReports 9
Save(String) Method

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 System.String _
) 
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

Reference

Workbook Class
Workbook Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum