Sets or returns a value indicating whether completely empty vertical spacing will be removed from the output.
[Visual Basic]
Public Property RemoveVerticalSpace As Boolean[C#]
public bool RemoveVerticalSpace {get; set;}Boolean. The default value is False.
This property has no effect if you are using the default OutputType option (DynamicHtml). This may improve pagination if you wish to print the HTML output from a browser with the LegacyHtml OutputType option.
[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 | OutputType Enumeration
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.