Exports the current multi-document to a disk file.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Export(
	string fileName,
	bool showProgress
)
Visual Basic
Public Sub Export ( _
	fileName As String, _
	showProgress As Boolean _
)

Parameters

fileName
Type: System..::..String
The output file name. The file extension determines the export format.
showProgress
Type: System..::..Boolean
Flag indicating whether to show the progress dialog.

See Also