Exports the object specified by the Document property on the current exporter to the specified file.

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

Syntax

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

Parameters

fileName
Type: System..::..String
The name of the output file.

See Also