New to Telerik ReportingStart a free 30-day trial

Represents JSON data to data items.

Definition

Constructors

Initializes a new instance of the GraphQLDataSource class.

C#
public GraphQLDataSource()

Properties

Gets or sets the authentication object.

C#
[TypeConverter(typeof(DisplayNameConverter))]
public WebServiceAuthentication Authentication { get; set; }

Gets a collection of query parameters.

C#
public GraphQLParameterCollection Parameters { get; }

Query

string

Get or set the GrapQL query

C#
public string Query { get; set; }