ActiveReports Developer 7
RemoveVerticalSpace Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > HtmlExportOptions Class : RemoveVerticalSpace Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property RemoveVerticalSpace As System.Boolean
C# 
public System.bool RemoveVerticalSpace {get; set;}

See Also