JsonDataSource
Class
Represents JSON data to data items.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class JsonDataSource : DataSource, IDataSource
Inheritance: objectMarshalByRefObjectComponentDataSourceJsonDataSource
Implements:
Inherited Members
Constructors
Initializes a new instance of the JsonDataSource class.
C#
public JsonDataSource()
Properties
DataSelector
string
Gets or sets the data selector expression which will be used to query and filter the JSON data.
C#
public string DataSelector { get; set; }
Source
object
Gets or sets the source of the data. Can be the data string itself or a URI where the data is located. Required.
C#
public object Source { get; set; }