ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / SearchPanelViewModel Class / SearchResults Property

In This Topic
    SearchResults Property
    In This Topic
    Gets the found results table
    Syntax
    'Declaration
     
    Public ReadOnly Property SearchResults As ObservableCollection(Of SearchResultViewModel)
    public ObservableCollection<SearchResultViewModel> SearchResults {get;}
    See Also