ActiveReports 12
RenderingEngine Enumeration

GrapeCity.ActiveReports.Export.Html.v12 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace : RenderingEngine Enumeration
Force rendering extension to use plain HTML or mix with SVG content.
Syntax
'Declaration
 
Public Enum RenderingEngine 
   Inherits System.Enum
public enum RenderingEngine : System.Enum 
Members
MemberDescription
HtmlPlain HTML/CSS output.
MixedMixed HTML/SVG output to improve look and feel.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Export.Html.Page.RenderingEngine

See Also

Reference

GrapeCity.ActiveReports.Export.Html.Page Namespace