FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / TextField Class / TextField Constructor / TextField Constructor(String)
The text of the field.

In This Topic
    TextField Constructor(String)
    In This Topic
    Initializes a new instance of the TextField class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String _
    )
    public TextField( 
       string text
    )

    Parameters

    text
    The text of the field.
    See Also