Performs export to a disk file, using the current ProgressForm to show operation progress.

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

Syntax

C#
public void Export(
	Exporter exporter,
	string fileName
)
Visual Basic
Public Sub Export ( _
	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