AutoComplete for ASP.NET Web Forms
RenderToStream(Stream,FileFormatEnum) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > RenderToStream メソッド : RenderToStream(Stream,FileFormatEnum) メソッド
Stream that will contain the report.
Report format to insert into the output stream.
Renders the report into a System.IO.Stream object.
シンタックス
'宣言
 
Public Overloads Sub RenderToStream( _
   ByVal stream As System.IO.Stream, _
   ByVal fmt As FileFormatEnum _
) 
public void RenderToStream( 
   System.IO.Stream stream,
   FileFormatEnum fmt
)

パラメータ

stream
Stream that will contain the report.
fmt
Report format to insert into the output stream.
解説

This method is especially useful in ASP.NET scenarios where you want to render reports into Html or Pdf streams, without creating temporary files.

Not all types of report can be rendered into streams. The Excel format requires OLE compound files and can only be rendered into files.

参照

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