ActiveReports 12
Export(IReport,Stream) Method

GrapeCity.ActiveReports.Export.Html.v12 Assembly > GrapeCity.ActiveReports.Export.Html.Section Namespace > HtmlExport Class > Export Method : Export(IReport,Stream) Method
IReport instance to Export
The output stream.
Exports the specified IReport to stream
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal report As IReport, _
   ByVal outputStream As Stream _
) 
public void Export( 
   IReport report,
   Stream outputStream
)

Parameters

report
IReport instance to Export
outputStream
The output stream.
See Also

Reference

HtmlExport Class
HtmlExport Members
Overload List