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

In This Topic
    Mode Property (MhtExportSettings)
    In This Topic
    Gets or sets the render mode for the document.
    Syntax
    'Declaration
     
    Public Property Mode As EnumDefaultExportSetting(Of RenderMode)
    public EnumDefaultExportSetting<RenderMode> Mode {get; set;}

    Property Value

    An EnumDefaultExportSetting<T> object representing the render mode for the document.
    See Also