GrapeCity.ActiveReports.v11 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Barcode クラス : Text プロパティ |
現在のテキスト文字列。デフォルトは空の文字列です。
コントロールがデータソースに連結されている場合、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