ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / RdfFormat Enumeration

In This Topic
    RdfFormat Enumeration
    In This Topic
    Represents the file format used for saving report documents.
    Syntax
    'Declaration
     
    Public Enum RdfFormat 
       Inherits System.Enum
    public enum RdfFormat : System.Enum 
    Members
    MemberDescription
    AR20ActiveX version of ActiveReports 2.0 file format. This member is left for compatibility. It is not supported to display the report outputted in this format with the ActiveX viewer control contained in "ActiveReports 2.0J" of ActiveX product or "ActiveReports for .NET 3.0J" of .NET product.
    ARNetActiveReports for. NET file format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.RdfFormat

    See Also