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

In This Topic
    CompatibilityMode Property (SectionReport)
    In This Topic
    Specifies if the engine 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