Exports the specified document to HTML.
[Visual Basic] Overloads Public Sub Export(Document,IOutputHtml,String)
Exports the entire ActiveReports document to HTML 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.
[Visual Basic] Overloads Public Sub Export(Document,Stream)
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.
[Visual Basic] Overloads Public Sub Export(Document,Stream,String)
Exports the entire ActiveReports document to the specified HTML file.
[Visual Basic] Overloads Public Sub Export(Document,String)
Exports the specified range of pages to an HTML file.
[Visual Basic] Overloads Public Sub Export(Document,String,String)
[C#]
private void btnExport_Click(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub btnExport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click |
HtmlExport Class | HtmlExport Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.