[]
        
(Showing Draft Content)

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

DeclaredContent Enum

Where nested subelements cannot occur within an element, its contents can be declared to consist of one of the types of declared content contained in this enumeration.

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

Fields

Name Description
CDATA

Character data (CDATA), which contains only valid SGML characters.

Default

Not defined.

EMPTY

Empty element (EMPTY), i.e. having no contents, or contents that can be generated by the program.

RCDATA

Replaceable character data (RCDATA), which can contain text, character references and/or general entity references that resolve to character data.

Extension Methods