ActiveReports.Web Request technical support
IncludePageMargins Property
See Also 


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

Syntax

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

See Also