Exports the document to a disk file.

Namespace:  C1.C1Preview
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 output file name. The file extension determines the export format.

See Also