DataWriter Write Method (Stream, DataRowReader, DataRowReaderColumnCollection) TIBCO Spotfire 6.0 API Reference
Writes data from DataRowReader to the specified stream.

Namespace: Spotfire.Dxp.Data.Export
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void Write(
	Stream stream,
	DataRowReader dataRowReader,
	DataRowReaderColumnCollection columns
)

Parameters

stream
Type: System.IO Stream
The opened writable stream.
dataRowReader
Type: Spotfire.Dxp.Data DataRowReader
The data row reader.
columns
Type: Spotfire.Dxp.Data DataRowReaderColumnCollection
The columns in the data row reader that should be exported.
See Also