Performs export to a disk file, using a new instance of ProgressForm to show operation progress.

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

Syntax

C#
public static void DoExport(
	Exporter exporter,
	string fileName
)
Visual Basic
Public Shared Sub DoExport ( _
	exporter As Exporter, _
	fileName As String _
)

Parameters

exporter
Type: C1.C1Preview.Export..::..Exporter
The exporter to use.
fileName
Type: System..::..String
The output file name.

See Also