Performs export to a stream, 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,
	Stream stream
)
Visual Basic
Public Shared Sub DoExport ( _
	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