ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / MhtExportSettings Class / OutputType Property

In This Topic
    OutputType Property (MhtExportSettings)
    In This Topic
    Syntax
    'Declaration
     
    Public Property OutputType As EnumDefaultExportSetting(Of HtmlOutputType)
    public EnumDefaultExportSetting<HtmlOutputType> OutputType {get; set;}
    See Also