ComponentOne FlexReport for WinForms
TextField Constructor(String,String,Double,Double,Double,Double)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > TextField Class > TextField Constructor : TextField Constructor(String,String,Double,Double,Double,Double)
The name of the field
The text of the field.
Left coordinate of the new field, in twips, with respect to its containing section.
Top coordinate of the new field, in twips, with respect to its containing section.
Width of the new field, in twips.
Height of the new field, in twips.
Initializes a new instance of the TextField class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal text As System.String, _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
public TextField( 
   System.string name,
   System.string text,
   System.double left,
   System.double top,
   System.double width,
   System.double height
)

Parameters

name
The name of the field
text
The text of the field.
left
Left coordinate of the new field, in twips, with respect to its containing section.
top
Top coordinate of the new field, in twips, with respect to its containing section.
width
Width of the new field, in twips.
height
Height of the new field, in twips.
See Also

Reference

TextField Class
TextField Members
Overload List