MarkupType Enumeration
Specifies whether markup that appears in a text run should be processed.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration MarkupType
'Usage
Dim instance As MarkupType
public enum MarkupType
public enum class MarkupType
type MarkupType
public enum MarkupType
Members
Member name | Description | |
---|---|---|
None | No markup should be processed. | |
HTML | HTML markup appearing in the text run should be processed. |