| Visual Basic (Declaration) | |
|---|---|
Public Property RemoveVerticalSpace As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool RemoveVerticalSpace {get; set;} | |
Return Value
Boolean. The default value is False.| C# | Copy Code |
|---|---|
private void btnExport_Click(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub btnExport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click | |
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.