'Declaration
Public Function ExportDataToStream( _ ByVal options As ExportOptions, _ ByVal targetStream As Stream _ ) As Boolean
public bool ExportDataToStream( ExportOptions options, Stream targetStream )
Parameters
- options
- Options controlling the export behavior
- targetStream
- The stream to write the data to