ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / SearchResult Class / DisplayText Property

In This Topic
    DisplayText Property
    In This Topic
    Gets or sets the text to be displayed as part of the search result.
    Syntax
    'Declaration
     
    Public Property DisplayText As String
    public string DisplayText {get; set;}

    Property Value

    The display text associated with this search result.
    See Also