Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / MhtmlExporter Class / OutlookCompat Property

In This Topic
    OutlookCompat Property
    In This Topic
    Gets or sets a value indicating whether to render with extra metadata that makes the report look better in Outlook. The default value is true.
    Syntax
    'Declaration
     
    Public Property OutlookCompat As Boolean
    public bool OutlookCompat {get; set;}
    See Also