[]
        
(Showing Draft Content)

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

AttributePresence Enum

Defines the different constraints on an attribute's presence on an element.

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

Fields

Name Description
Default

The attribute has a default value, and its presence is optional.

Fixed

The attribute has a fixed value, if present.

Implied

The element is optional.

Required

The attribute must always be present on every element.

Extension Methods