Exports the object specified by the Document property on the current exporter to the specified Stream.

Note that some export formats do not support exporting to streams. Test the value returned by the CanExportToStream property on ExportProvider prior to calling this method.

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

Syntax

C#
public void Export(
	Stream stream
)
Visual Basic
Public Sub Export ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
Stream object to store results of export.

See Also