ComponentOne FlexReport for WinForms
TextField Constructor(String,String)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > TextField Class > TextField Constructor : TextField Constructor(String,String)
The name of the field
The text of the field.
Initializes a new instance of the TextField class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal text As System.String _
)
public TextField( 
   System.string name,
   System.string text
)

Parameters

name
The name of the field
text
The text of the field.
See Also

Reference

TextField Class
TextField Members
Overload List