Exports the document to a stream.

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

Syntax

C#
public void Export(
	Stream stream,
	ExportProvider exportProvider,
	bool showProgress
)
Visual Basic
Public Sub Export ( _
	stream As Stream, _
	exportProvider As ExportProvider, _
	showProgress As Boolean _
)

Parameters

stream
Type: System.IO..::..Stream
The destination stream.
exportProvider
Type: C1.C1Preview.Export..::..ExportProvider
The export provider. Use any of the static export providers available on the C1.C1Preview.Export.ExportProviders class.
showProgress
Type: System..::..Boolean
Flag indicating whether to show the progress dialog.

See Also