[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.CompatibilityMode

CompatibilityMode Property

CompatibilityMode

Gets or sets a value indicating whether the engine should use the legacy GDI/GDI+ rendering or the new cross-platform based rendering implementation.

Declaration
public CompatibilityModes CompatibilityMode { get; set; }
Property Value
Type Description
CompatibilityModes

A CompatibilityModes value. Set the CompatibilityModes.CrossPlatform for cross-platform text/image rendering. Set the CompatibilityModes.GDI for GDI/GDI+ text/image rendering.

Remarks

The default value for the NET Framework is CompatibilityModes.GDI, while for other frameworks it is CompatibilityModes.CrossPlatform. The CompatibilityModes.GDI parameter is only compatible with the Windows operating system and is not suitable for ASP.NET Core.
The CompatibilityModes.CrossPlatform setting is designed for cross-platform rendering.