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

In This Topic
    AttributePresence Enumeration
    In This Topic
    Defines the different constraints on an attribute's presence on an element.
    Syntax
    'Declaration
     
    Public Enum AttributePresence 
       Inherits System.Enum
    public enum AttributePresence : System.Enum 
    Members
    MemberDescription
    DefaultThe attribute has a default value, and its presence is optional.
    FixedThe attribute has a fixed value, if present.
    ImpliedThe element is optional.
    RequiredThe attribute must always be present on every element.
    Inheritance Hierarchy

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

    See Also