New to Telerik ReportingStart a free 30-day trial

Represents web service data to data items.

Definition

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; }