C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / RenderToStream Method / RenderToStream(Stream,FileFormatEnum,String,String) Method
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.

In This Topic
RenderToStream(Stream,FileFormatEnum,String,String) Method
In This Topic
Renders the report into an Html System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Sub RenderToStream( _
   ByVal stream As System.IO.Stream, _
   ByVal fmt As FileFormatEnum, _
   ByVal idPrefix As System.String, _
   ByVal fileName As System.String _
) 
 

Parameters

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.
Remarks
This method is used by the C1WebReport control to generate Html reports in ASP.NET pages.
See Also