現在のレポート定義を XmlWriter オブジェクトに保存します。
シンタックス
'宣言
Public Overloads Sub Save( _
ByVal As System.Xml.XmlWriter, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
'使用法
Dim instance As C1FlexReport
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
- サブレポートを出力ストリームに埋め込むかどうか。
参照