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

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > TextBox クラス : Text プロパティ
コントロールに表示する書式付きテキストの値を取得または設定します。
シンタックス
'宣言
 
Public Property Text As String
public string Text {get; set;}

プロパティ値

コントロールに表示するテキストを表す文字列値。

解説

Valueプロパティを使用してコントロールの内容を変更すると、そのValueはOutputFormatを使用してTextプロパティに変換されます。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.TextBox1.Text = "TextBox";
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.TextBox1.Text = "TextBox"
End Sub
参照

TextBox クラス
TextBox メンバ