MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / CompatibilityModes Enumeration

CompatibilityModes Enumeration
Specify if the engine or the document should use legacy GDI/GDI+ rendering or new cross-platform based rendering implementation.
Syntax
'Declaration
 
Public Enum CompatibilityModes 
   Inherits System.Enum
 
Members
MemberDescription
CrossPlatformCross-platform text/images rendering.
GDILegacy GDI/GDI+ text/images rendering. Works only under Windows. Doesn't work under ASP.NET Core.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.CompatibilityModes

See Also