ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / RdfFormat Enumeration

In This Topic
    RdfFormat Enumeration
    In This Topic
    Specifies the file format used to save the report document.
    Syntax
    'Declaration
     
    Public Enum RdfFormat 
       Inherits System.Enum
    public enum RdfFormat : System.Enum 
    Members
    MemberDescription
    AR20ActiveReports 2.0 file format. 
    ARNetActiveReports for .NET 2.0 file format.
    Inheritance Hierarchy

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

    See Also