ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Html / GrapeCity.ActiveReports.Export.Html.Page Namespace / Settings Class / MhtOutput Property

In This Topic
    MhtOutput Property
    In This Topic
    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
    'Declaration
     
    Public Property MhtOutput As Boolean
    public bool MhtOutput {get; set;}

    Property Value

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