Renders the report into an Html System.IO.Stream.
シンタックス
'宣言
Public Overloads Sub RenderToStream( _
ByVal As System.IO.Stream, _
ByVal As FileFormatEnum, _
ByVal As System.String, _
ByVal As System.String _
)
public void RenderToStream(
System.IO.Stream ,
FileFormatEnum ,
System.string ,
System.string
)
パラメータ
- 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.
参照