FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report 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