ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / SectionDocument Class / CompatibilityMode Property

In This Topic
    CompatibilityMode Property (SectionDocument)
    In This Topic
    Specifies if the document should use legacy GDI/GDI+ rendering or new cross-platform based rendering implementation.
    Syntax
    'Declaration
     
    Public Property CompatibilityMode As CompatibilityModes
    public CompatibilityModes CompatibilityMode {get; set;}
    See Also