Sets or returns a value indicating whether the exported HTML files will include normal HTML page headers such as the HTML, HEAD, and BODY elements.
[Visual Basic]
Public Property IncludeHtmlHeader As Boolean
[C#]
public bool IncludeHtmlHeader {get; set;}
Boolean. The default value is True.
Set this value to False if you want to use the resulting HTML output in the middle of another HTML page.
[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.