AutoComplete for ASP.NET Web Forms
RenderToFile メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : RenderToFile メソッド
Name of the file that will contain the report.
Type of file to create.
Renders the report into a file.
シンタックス
'宣言
 
Public Sub RenderToFile( _
   ByVal fileName As System.String, _
   ByVal fmt As FileFormatEnum _
) 
public void RenderToFile( 
   System.string fileName,
   FileFormatEnum fmt
)

パラメータ

fileName
Name of the file that will contain the report.
fmt
Type of file to create.
解説
This method causes the control to render the current report into a file. It is especially useful in server applications that create several reports in batch mode, and don't have a user interface.
参照

C1Report クラス
C1Report メンバ