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

Glossary Item Box

Specifies if the report margins should be used when exporting to an HTML format.

Syntax

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

See Also