AutoComplete for ASP.NET Web Forms
Save(String,Boolean,Boolean) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > Save メソッド : Save(String,Boolean,Boolean) メソッド
Full name of the file to be created (if the file already exists, it will be overwritten).
Whether to embed images into the output file.
Whether to embed subreports into the output file.
Saves the current report definition to a file.
シンタックス
'宣言
 
Public Overloads Sub Save( _
   ByVal fileName As System.String, _
   ByVal embedPics As System.Boolean, _
   ByVal embedSubs As System.Boolean _
) 
public void Save( 
   System.string fileName,
   System.bool embedPics,
   System.bool embedSubs
)

パラメータ

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.
参照

C1Report クラス
C1Report メンバ
オーバーロード一覧