PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ReferenceEnum Enumeration

In This Topic
    ReferenceEnum Enumeration
    In This Topic

    For internal use.

    Specifies a referenced object in an expression in a Unit.
    Syntax
    'Declaration
     
    Public Enum ReferenceEnum 
       Inherits System.Enum
    public enum ReferenceEnum : System.Enum 
    Members
    MemberDescription
    ColumnThe current page column.
    IdAn object with the specified Id (provided for backward compatibility only).
    NameAn object with the specified name.
    NextThe next object at the same level as the current object.
    PageThe current page.
    PageIndexA page with the specific index.
    ParentThe parent of the current object.
    PrevThe previous object at the same level as the current object.
    SelfThe current object.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.ReferenceEnum

    See Also