Exports the object specified by the
Exporter.Document property on the current exporter to the specified
System.IO.Stream.
Note that some export formats do not support exporting to streams. Test the value returned by the ExportProvider.CanExportToStream property on Exporter.ExportProvider prior to calling this method.
シンタックス
'宣言
Public Overloads Sub Export( _
ByVal As System.IO.Stream _
)
'使用法
Dim instance As Exporter
Dim stream As System.IO.Stream
instance.Export(stream)
public void Export(
System.IO.Stream
)
パラメータ
- stream
- Stream object to store results of export.
参照