ActiveReports 13
Export(PageDocument,Stream,String) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Export Namespace > IDocumentExportEx Interface > Export Method : Export(PageDocument,Stream,String) Method
Page document to export. 
The stream to write the output to.
The page range to export.
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
'Declaration
 
Overloads Sub Export( _
   ByVal document As PageDocument, _
   ByVal outputStream As Stream, _
   ByVal pageRange As String _
) 
void Export( 
   PageDocument document,
   Stream outputStream,
   string pageRange
)

Parameters

document
Page document to export. 
outputStream
The stream to write the output to.
pageRange
The page range to export.
See Also

Reference

IDocumentExportEx Interface
IDocumentExportEx Members
Overload List