PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / RunningEnum Enumeration

In This Topic
    RunningEnum Enumeration
    In This Topic
    Defines the scope of an Aggregate.
    Syntax
    'Declaration
     
    Public Enum RunningEnum 
       Inherits System.Enum
    public enum RunningEnum : System.Enum 
    Members
    MemberDescription
    DocumentThe scope is the whole document.
    GroupThe scope is the current group as defined by C1DataBinding.Grouping.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.DataBinding.RunningEnum

    See Also