ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentModel Class / HighlightSearchResult Property

In This Topic
    HighlightSearchResult Property (DocumentModel)
    In This Topic
    Gets or sets currently highlighted search result
    Syntax
    'Declaration
     
    Public Property HighlightSearchResult As SearchResult
    public SearchResult HighlightSearchResult {get; set;}

    Property Value

    The highlight search result.
    See Also