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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > RenderToStream メソッド : RenderToStream(Stream,FileFormatEnum,String,String) メソッド
Stream that will contain the report.
Report format to insert into the output stream.
Unique ID used to differentiate multiple reports stored in the same stream.
Base file name used to build temporary image files.
Renders the report into an Html System.IO.Stream.
シンタックス
'宣言
 
Public Overloads Sub RenderToStream( _
   ByVal stream As System.IO.Stream, _
   ByVal fmt As FileFormatEnum, _
   ByVal idPrefix As System.String, _
   ByVal fileName As System.String _
) 
public void RenderToStream( 
   System.IO.Stream stream,
   FileFormatEnum fmt,
   System.string idPrefix,
   System.string fileName
)

パラメータ

stream
Stream that will contain the report.
fmt
Report format to insert into the output stream.
idPrefix
Unique ID used to differentiate multiple reports stored in the same stream.
fileName
Base file name used to build temporary image files.
解説
This method is used by the C1WebReport control to generate Html reports in ASP.NET pages.
参照

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