FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ParagraphField Class / GetText Method

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

    Return Value

    The combined text.
    See Also