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