SearchResults
Class
Represents a collection of search result items found in a report document.
Definition
Namespace:Telerik.Reporting.Services.Engine
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class SearchResults : List<ClientSearchableItem>
Inheritance: objectList<ClientSearchableItem>SearchResults
Constructors
C#
public SearchResults()