ActiveReports 8
RichTextType Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : RichTextType Enumeration

Glossary Item Box

Determines the type of stream to load into the RichTextBox.

Syntax

Visual Basic (Declaration) 
Public Enum RichTextType 
   Inherits System.Enum
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.RichTextBox~Load