ClassGraphQLDataSource
Class
Represents JSON data to data items.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class GraphQLDataSource : ServiceDataSource, IDataSource
Inheritance: objectMarshalByRefObjectComponentDataSourceServiceDataSourceGraphQLDataSource
Implements:
Inherited Members
Constructors
GraphQLDataSource()
Initializes a new instance of the GraphQLDataSource class.
Declaration
cs-api-definition
public GraphQLDataSource()
Properties
Authentication
Gets or sets the authentication object.
Declaration
cs-api-definition
[TypeConverter(typeof(DisplayNameConverter))]
public WebServiceAuthentication Authentication { get; set; }
Property Value
Parameters
Gets a collection of query parameters.
Declaration
cs-api-definition
public GraphQLParameterCollection Parameters { get; }
Property Value
Query
Get or set the GrapQL query
Declaration
cs-api-definition
public string Query { get; set; }
Property Value
string