Saves the current report definition to a file.
シンタックス
'宣言
Public Overloads Sub Save( _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public void Save(
System.string ,
System.bool ,
System.bool
)
パラメータ
- fileName
- Full name of the file to be created (if the file already exists, it will be overwritten).
- embedPics
- Whether to embed images into the output file.
- embedSubs
- Whether to embed subreports into the output file.
参照