ActiveReports.Viewer3 Request technical support
RdfFormat Enumeration
See Also  


Specifies the file format used to save the report document.

Syntax

Visual Basic (Declaration) 
Public Enum RdfFormat 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RdfFormat
C# 
public enum RdfFormat : Enum 

Members

MemberDescription
AR20ActiveReports 2.0 file format.  This allows the file to be viewed with the ActiveReports ActiveX viewer control.
ARNetActiveReports for .NET 2.0 file format.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Document.RdfFormat

See Also