'Declaration Public Enum Occurrence Inherits System.Enum
public enum Occurrence : System.Enum
'Declaration Public Enum Occurrence Inherits System.Enum
public enum Occurrence : System.Enum
Member | Description |
---|---|
OneOrMore | The element must occur at least once or more times. |
Optional | The element is optional and must occur once at most. |
Required | The element is required and must occur only once. |
ZeroOrMore | The element is optional and can be repeated. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader.Occurrence