ActiveReports 19 .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.
    Remarks
    This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

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

    See Also