GraphQLDataSource
Class
Represents JSON data to data items.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class GraphQLDataSource : ServiceDataSource, IDataSource
Inheritance: objectMarshalByRefObjectComponentDataSourceServiceDataSourceGraphQLDataSource...
Implements:
Inherited Members
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; }