New to Telerik ReportingStart a free 30-day trial

Represents JSON data to data items.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class JsonDataSource : DataSource, IDataSource

Inheritance: objectMarshalByRefObjectComponentDataSourceJsonDataSource

Implements: IDataSource

Inherited Members DataSource.NameDataSource.DescriptionDataSource.CalculatedFields

Constructors

Initializes a new instance of the JsonDataSource class.

C#
public JsonDataSource()

Properties

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; }