'Declaration Public Overloads Sub Export( _ ByVal stream As Stream, _ ByVal exportProvider As ExportProvider, _ ByVal showProgress As Boolean _ )
public void Export( Stream stream, ExportProvider exportProvider, bool showProgress )
Parameters
- stream
 - The destination stream.
 - exportProvider
 - The export provider. Use any of the static export providers available on the C1.C1Preview.Export.ExportProviders class.
 - showProgress
 - Flag indicating whether to show the progress dialog.