現在のレポート定義をストリームに保存します。
シンタックス
'宣言
Public Overloads Sub Save( _
ByVal As System.IO.Stream, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
'使用法
Dim instance As FlexReport
Dim stream As System.IO.Stream
Dim embedImages As System.Boolean
Dim embedSubReports As System.Boolean
instance.Save(stream, embedImages, embedSubReports)
public void Save(
System.IO.Stream ,
System.bool ,
System.bool
)
パラメータ
- stream
- 保存先のストリーム。
- embedImages
- 画像を出力ストリームに埋め込むかどうかを示す値。
- embedSubReports
- サブレポートを出力ストリームに埋め込むかどうかを示す値。
参照