'Declaration Public Overloads Function FileSave( _ ByVal fileName As String, _ ByVal exportProvider As ExportProvider _ ) As Boolean
public bool FileSave( string fileName, ExportProvider exportProvider )
Parameters
- fileName
- The output file name.
- exportProvider
- The C1.C1Preview.Export.ExportProvider to use.
Return Value
true if the file was saved, false if an error occurred or if the user cancelled the dialog.