ClassWebServiceDataSource
Class
Represents web service data to data items.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class WebServiceDataSource : ServiceDataSource, IDataSource
Inheritance: objectMarshalByRefObjectComponentDataSourceServiceDataSourceWebServiceDataSource
Implements:
Inherited Members
Constructors
WebServiceDataSource()
Initializes a new instance of the WebServiceDataSource class.
Declaration
cs-api-definition
public WebServiceDataSource()
Properties
Authentication
Gets or sets the authentication object.
Declaration
cs-api-definition
[TypeConverter(typeof(DisplayNameConverter))]
public WebServiceAuthentication Authentication { get; set; }
Property Value
Body
Gets or sets the body of the POST method.
Declaration
cs-api-definition
public string Body { get; set; }
Property Value
string
DataFormat
Gets or sets the expected data format of the response.
Declaration
cs-api-definition
public WebServiceResponseFormat DataFormat { get; set; }
Property Value
Method
Gets or sets the HTTP request method.
Declaration
cs-api-definition
public WebServiceRequestMethod Method { get; set; }
Property Value
Parameters
Gets a collection of query parameters.
Declaration
cs-api-definition
public WebServiceParameterCollection Parameters { get; }
Property Value