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

In This Topic
    Occurrence Enumeration
    In This Topic
    Qualifies the occurrence of a child element within a content model group.
    Syntax
    'Declaration
     
    Public Enum Occurrence 
       Inherits System.Enum
    public enum Occurrence : System.Enum 
    Members
    MemberDescription
    OneOrMoreThe element must occur at least once or more times.
    OptionalThe element is optional and must occur once at most.
    RequiredThe element is required and must occur only once.
    ZeroOrMoreThe element is optional and can be repeated.
    Inheritance Hierarchy

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

    See Also