ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / RichTextType Enumeration

In This Topic
    RichTextType Enumeration
    In This Topic
    Determines the type of stream to load into the RichTextBox.
    Syntax
    'Declaration
     
    Public Enum RichTextType 
       Inherits System.Enum
    public enum RichTextType : System.Enum 
    Members
    MemberDescription
    HtmlLoads an html stream into the RichTextBox control.
    RtfLoads an rtf stream into the RichTextBox control.
    TextLoads a plain text stream into the RichTextBox control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.RichTextType

    See Also