Saves the current report definition to a stream.
シンタックス
'宣言
Public Overloads Sub Save( _
ByVal As System.IO.Stream, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public void Save(
System.IO.Stream ,
System.bool ,
System.bool
)
パラメータ
- stream
- The stream to save to.
- embedPics
- Indicates whether to embed images into the output file.
- embedSubs
- Indicates whether to embed subreports into the output file.
参照