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