GrapeCity ActiveReports for .NET 14.0J
RichTextType 列挙体

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 : RichTextType 列挙体
RichTextBoxにロードするストリームの種類を決定します。
シンタックス
'宣言
 
Public Enum RichTextType 
   Inherits System.Enum
public enum RichTextType : System.Enum 
メンバ
メンバ解説
HtmlHTMLストリームをRichTextBoxコントロールにロードします。
RtfRTFストリームをRichTextBoxコントロールにロードします。
TextTEXTストリームをRichTextBoxコントロールにロードします。
継承階層

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

参照

GrapeCity.ActiveReports.SectionReportModel 名前空間
Load(stream,type) メソッド