ActiveReports 8
Text Property (RichTextBox)
Example 

Gets or sets the current text in the RichTextBox.
Syntax
'Declaration
 
Public Property Text As System.String
public System.string Text {get; set;}

Property Value

The text displayed in the control.
Example
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.rtbActiveReport.Text = "Confidential";
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.rtbActiveReport.Text = "Confidential"
End Sub
See Also

Reference

RichTextBox Class
RichTextBox Members

Support Forum