ActiveReports3 Request technical support
ActiveReport3.RpxFormat Enumeration
See Also  


Specifies the format in which the report is to be saved.

Syntax

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

Members

MemberDescription
ArnetSaves the layout as a standard RPX file. Items in the component tray are not saved.
Arnet3Allows for the components in the component tray to be saved in the RPX file.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.ActiveReport3.RpxFormat

See Also