Specifies how markup should be processed.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum MarkupType
Visual Basic
Public Enumeration MarkupType

Members

Member nameDescription
None No markup is processed. Any markup is assumed to be literal.
HTML HTML markup appearing in the text is processed and displayed in supporting rendering extensions.

See Also