ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ISearchableDocument Interface / GetItemText Method

In This Topic
    GetItemText Method (ISearchableDocument)
    In This Topic
    Gets text element text to display/highlight range within a list of results
    Syntax
    'Declaration
     
    Function GetItemText( _
       ByVal result As SearchResult _
    ) As String
    string GetItemText( 
       SearchResult result
    )

    Parameters

    result
    See Also