FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / TextFieldBase Class / GetText Method

In This Topic
    GetText Method (TextFieldBase)
    In This Topic
    Gets all drawing text from this field.
    Syntax
    'Declaration
     
    Public MustOverride Function GetText() As String
    public abstract string GetText()

    Return Value

    The combined text.
    See Also