ActiveReports.Viewer3 Request technical support
Export(Document,Stream,String) Method
See Also 


document
outputStream
pageRange
Exports the specified range of pages to a System.IO.Stream in a MIME MHT format (such as can be saved using Internet Explorer with the Save As Web Archive option) which combines the HTML and all images into a single file.

Syntax

Visual Basic (Declaration) 
Overloads Overridable Sub Export( _
   ByVal document As Document, _
   ByVal outputStream As Stream, _
   ByVal pageRange As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As IDocumentExport
Dim document As Document
Dim outputStream As Stream
Dim pageRange As String
 
instance.Export(document, outputStream, pageRange)
C# 
virtual void Export( 
   Document document,
   Stream outputStream,
   string pageRange
)

Parameters

document
outputStream
pageRange

See Also