ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / RenderFormat Enumeration

In This Topic
    RenderFormat Enumeration
    In This Topic
    Specifies the render format for the report.
    Syntax
    'Declaration
     
    Public Enum RenderFormat 
       Inherits System.Enum
    public enum RenderFormat : System.Enum 
    Members
    MemberDescription
    AutoAutomatically selects the render format.
    HtmlRenders the report in HTML format.
    SvgRenders the report in SVG format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Web.RenderFormat

    See Also