[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader.Occurrence

Occurrence Enum

Qualifies the occurrence of a child element within a content model group.

Namespace: GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum Occurrence

Fields

Name 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.

Extension Methods