ActiveReports 12
Export(PageDocument,Stream) Method

GrapeCity.ActiveReports.Export.Html.v12 Assembly > GrapeCity.ActiveReports.Export.Html.Section Namespace > HtmlExport Class > Export Method : Export(PageDocument,Stream) Method
The PageDocument to export.
The destination System.IO.Stream to save the MHT file to.
Exports the specified page document to HTML in a MIME MHT format (as can be saved from Internet Explorer) which includes the HTML and all images in a single file.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal document As PageDocument, _
   ByVal stream As Stream _
) 
public void Export( 
   PageDocument document,
   Stream stream
)

Parameters

document
The PageDocument to export.
stream
The destination System.IO.Stream to save the MHT file to.
See Also

Reference

HtmlExport Class
HtmlExport Members
Overload List