GrapeCity ActiveReports for .NET 16.0J
Text プロパティ (RichTextBox)
使用例 

GrapeCity.ActiveReports.SectionReportModel 名前空間 > RichTextBox クラス : Text プロパティ
RichTextBox内の現在のテキストを設定または取得します。
シンタックス
'宣言
 
Public Property Text As String
public string Text {get; set;}

プロパティ値

コントロール内に表示されているテキスト。

使用例
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
参照

RichTextBox クラス
RichTextBox メンバ