See Also

Barcode Class  | Barcode Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

Text Property

Gets or sets the barcode text value to be printed as a barcode symbol and caption of the barcode in applicable symbologies.

[Visual Basic]
Public Property Text As String
[C#]
public string Text {get; set;}

Return Type

Current text string.  Default is an empty string.

Remarks

ActiveReports fills this value from the bound data field if the control is bound to the data source.

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.Barcode1.Text = "Barcode"; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Barcode1.Text = "Barcode"
End Sub

See Also

Barcode Class  | Barcode Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.