Class ClientSearchableItem
Telerik internal use only Lightweight class for retrieving the search results.
Inheritance
System.Object
ClientSearchableItem
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class ClientSearchableItem
Constructors
ClientSearchableItem()
Declaration
public ClientSearchableItem()
Properties
Description
Textual description for displaying in the search dialog.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Id
The Id associated with the DOM element in the HTML markup.
Declaration
public string Id { get; set; }
Property Value
System.String
|
Page
Page number.
Declaration
public int Page { get; set; }
Property Value
System.Int32
|