Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TextRun Class / MarkupType Property

In This Topic
    MarkupType Property
    In This Topic
    Gets or sets a value indicating how markup in text should be processed.
    Syntax
    'Declaration
     
    Public Property MarkupType As RdlEnum(Of MarkupType)
    public RdlEnum<MarkupType> MarkupType {get; set;}
    See Also