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

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

パラメータ

fileName
Full name of the file to be created (if the file already exists, it will be overwritten).
embedAll
Whether to embed images and subreports into the output file.
参照

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