Exports the current multi-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,
	OutputRange outputRange,
	bool showProgress
)
Visual Basic
Public Sub Export ( _
	stream As Stream, _
	exportProvider As ExportProvider, _
	outputRange As OutputRange, _
	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 ExportProviders class.
outputRange
Type: C1.C1Preview..::..OutputRange
The range of pages to export (use null to export all pages).
showProgress
Type: System..::..Boolean
Flag indicating whether to show the progress dialog.

See Also