Class JsonDataSource
Represents JSON data to data items.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class JsonDataSource : DataSource, ISimpleDataSource, IDataSource, INamedObject, ICloneable, IEquatableDataSource
Constructors
JsonDataSource()
Properties
DataSelector
Gets or sets the data selector expression which will be used to query and filter the JSON data.
Declaration
public string DataSelector { get; set; }
Property Value
System.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
public object Source { get; set; }
Property Value
System.Object
|