'Declaration Public Overloads Sub Export( _ ByVal fileName As String, _ ByVal showProgress As Boolean _ )
public void Export( string fileName, bool showProgress )
Parameters
- fileName
 - The output file name. The file extension determines the export format.
 - showProgress
 - Flag indicating whether to show the progress dialog.