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

GrapeCity.ActiveReports.SectionReportModel 名前空間 > Barcode クラス : Text プロパティ
規定のコードのバーコードシンボルおよびキャプションとして印刷するバーコードテキストの値を取得または設定します。
シンタックス
'宣言
 
Public Property Text As String
public string Text {get; set;}

プロパティ値

現在のテキスト文字列。デフォルトは空の文字列です。

解説

コントロールがデータソースに連結されている場合、ActiveReportsはこの値を連結されたデータフィールドで設定します。

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

Barcode クラス
Barcode メンバ