FlexReport for WinForms
Save(String) メソッド


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス > Save メソッド : Save(String) メソッド
Full name of the file to be created (if the file already exists, it will be overwritten).
Saves the current report definition to a file.
シンタックス
'宣言
 
Public Overloads Sub Save( _
   ByVal fileName As System.String _
) 
'使用法
 
Dim instance As FlexReport
Dim fileName As System.String
 
instance.Save(fileName)
public void Save( 
   System.string fileName
)

パラメータ

fileName
Full name of the file to be created (if the file already exists, it will be overwritten).
解説
This method does not embed pictures and subreports into the output file. It only saves subreport names and saves images in external files.
参照

参照

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