ActiveReports.Web Request technical support
IncludeHtmlHeader Property
See Also 


Specifies if an HTML header section should be created when exporting to an HTML format.

Syntax

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

See Also