ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / MhtExportSettings Class / IncludeHtmlHeader Property

In This Topic
    IncludeHtmlHeader Property (MhtExportSettings)
    In This Topic
    Gets or sets a value indicating whether to include an HTML header in the output.
    Syntax
    'Declaration
     
    Public Property IncludeHtmlHeader As BoolDefaultExportSetting
    public BoolDefaultExportSetting IncludeHtmlHeader {get; set;}

    Property Value

    A BoolDefaultExportSetting object representing whether to include an HTML header in the output.
    See Also