Gets or sets a value indicating whether the document will be exported as DHTML or HTML.
[Visual Basic]
Public Property OutputType As HtmlOutputType
[C#]
public HtmlOutputType OutputType {get; set;}
HtmlOutputType enumeration. The default value is DynamicHtml.
[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 | HtmlOutputType Enumeration
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.