バージョン

AttachFile(Stream,String,String,String) メソッド

ファイルをレポートに添付します。
シンタックス
'宣言
 
Public Overloads Sub AttachFile( _
   ByVal stream As Stream, _
   ByVal name As String, _
   ByVal mimeType As String, _
   ByVal description As String _
) 
public void AttachFile( 
   Stream stream,
   string name,
   string mimeType,
   string description
)

パラメータ

stream
添付物のデータを含むストリーム。
name
添付物の表示名。
mimeType
添付物の Mime タイプ。
description
添付物の説明。
参照