ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport.RpxFormat Enumeration

In This Topic
    SectionReport.RpxFormat Enumeration
    In This Topic
    Specifies the format in which the report is to be saved.
    Syntax
    'Declaration
     
    Public Enum SectionReport.RpxFormat 
       Inherits System.Enum
    public enum SectionReport.RpxFormat : System.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
             GrapeCity.ActiveReports.SectionReport.RpxFormat

    See Also