ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Html / 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.

In This Topic
    Export(PageDocument,Stream) Method
    In This Topic
    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