ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader Namespace / GroupType Enumeration

In This Topic
    GroupType Enumeration
    In This Topic
    The type of the content model group, defining the order in which child elements can occur.
    Syntax
    'Declaration
     
    Public Enum GroupType 
       Inherits System.Enum
    public enum GroupType : System.Enum 
    Members
    MemberDescription
    AndAll elements must occur, in any order.
    NoneNo model group.
    OrOne (and only one) must occur.
    SequenceAll element must occur, in the specified order.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader.GroupType

    See Also