Class GraphQLDataSource
Represents JSON data to data items.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class GraphQLDataSource : ServiceDataSource, INamedObject, ICloneable, IEquatableDataSource, IGraphQlComponent, IWebServiceComponentBase, IWebServiceRequestSettingsBase, ISimpleDataSource, IDataSource
Constructors
GraphQLDataSource()
Properties
Authentication
Gets or sets the authentication object.
Declaration
public WebServiceAuthentication Authentication { get; set; }
Property Value
Parameters
Gets a collection of query parameters.
Declaration
public GraphQLParameterCollection Parameters { get; }
Property Value
Query
Get or set the GrapQL query
Declaration
public string Query { get; set; }
Property Value
System.
|