ActiveReports.Web Request technical support
RemoveVerticalSpace Property
See Also 


Specifies if vertical spacing should be removed when exporting to an HTML viewer type.

Syntax

Visual Basic (Declaration) 
Public Property RemoveVerticalSpace As Boolean
Visual Basic (Usage)Copy Code
Dim instance As HtmlExportOptions
Dim value As Boolean
 
instance.RemoveVerticalSpace = value
 
value = instance.RemoveVerticalSpace
C# 
public bool RemoveVerticalSpace {get; set;}

See Also