Class
JsonDataSource

Represents JSON data to data items.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class JsonDataSource : DataSource, IDataSource

Inheritance: objectMarshalByRefObjectComponentDataSourceJsonDataSource

Implements: IDataSource

Inherited Members DataSource.NameDataSource.DescriptionDataSource.CalculatedFields

Constructors

JsonDataSource()

Initializes a new instance of the JsonDataSource class.

Declaration

cs-api-definition
public JsonDataSource()

Properties

DataSelector

Gets or sets the data selector expression which will be used to query and filter the JSON data.

Declaration

cs-api-definition
public string DataSelector { get; set; }

Property Value

string

Source

Gets or sets the source of the data. Can be the data string itself or a URI where the data is located. Required.

Declaration

cs-api-definition
public object Source { get; set; }

Property Value

object