ActiveReports 8
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 System.IO.Stream _
) 
public void Export( 
   PageDocument document,
   System.IO.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

Support Forum