ActiveReports 8
MhtOutput Property
See Also 
GrapeCity.ActiveReports.Export.Html.v8 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > Settings Class : MhtOutput Property

Glossary Item Box

Gets or sets whether or not the output should be in Mht format. True indicates the output should be in Mht format; otherwise false. The default is false.

Syntax

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

Property Value

A boolean value indicating whether or not the output should be in Mht format.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also