[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.CompatibilityModes

CompatibilityModes Enum

Specify if the engine or the document should use legacy GDI/GDI+ rendering or new cross-platform based rendering implementation.

Namespace: GrapeCity.ActiveReports.Document
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum CompatibilityModes

Fields

Name Description
CrossPlatform

Cross-platform text/images rendering.

GDI

Legacy GDI/GDI+ text/images rendering. Works only under Windows. Doesn't work under ASP.NET Core.

Extension Methods