ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / RichTextBox Class
Properties Methods

In This Topic
    RichTextBox Class Members
    In This Topic

    The following tables list the members exposed by RichTextBox.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RichTextBox class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that indicates whether ActiveReports should automatically replace fields in the RichTextBox with matching fields in the data source.  
    Public PropertyGets or sets the control's background color or fill color.  
    Public PropertyGets or sets the indentation used in the control when the bullet style is applied to the text.  
    Public PropertyDetermines whether ActiveReports should increase the height of the control based on its content.  
    Public PropertyDetermines whether ActiveReports should decrease the height of the field based on its value.  
    Public PropertyGets or returns the font object used to print the control text. For design time use only.  
    Public PropertyGets or returns the foreground (font) color of the control.  
    Public PropertySets or returns the hypertext to be rendered in the control.  
    Public Property  
    Public PropertyGets or sets the maximum number of characters in the control for the End-User Report Designer.  
    Public PropertyIf set to true, then the content will be rendered as one continuous image and then split across the pages. This property is actual only if RtfRenderingType is set to either Metafile or PNG.  
    Public PropertyGets or sets the rich text content of the control.  
    Public PropertyGets or sets target rendering type of RTF (not HTML). As legacy RTF or as WordPad-like image (metafile or raster image).  
    Public PropertyGets or sets the current text in the RichTextBox.  
    Top
    Public Methods
     NameDescription
    Public MethodClears the content of the RichTextBox control.  
    Public MethodLoads the contents of a stream into the RichTextBox control.  
    Top
    See Also