Performs export to a stream, 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,
	Stream stream
)
Visual Basic
Public Sub Export ( _
	exporter As Exporter, _
	stream As Stream _
)

Parameters

exporter
Type: C1.C1Preview.Export..::..Exporter
The exporter to use.
stream
Type: System.IO..::..Stream
The output stream.

See Also