Progress® Telerik® Reporting R1 2021
WebServiceDataSource Properties
The WebServiceDataSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Authentication |
Gets or sets the authentication object.
|
![]() | Body |
Gets or sets the body of the POST method.
|
![]() | CalculatedFields |
Gets the calculated fields collection.
(Inherited from DataSource.) |
![]() | DataEncoding |
Gets or sets the data encoding. Default is UTF-8.
|
![]() | DataFormat |
Gets or sets the expected data format of the response.
|
![]() | DataSelector |
Gets or sets the data selector expression which will be used to query and filter the data returned from the web service.
|
![]() | IgnoreResponseErrors |
Gets or sets a value indicating whether to treats any response errors as if no data is returned from the web service.
|
![]() | Method |
Gets or sets the HTTP request method.
|
![]() | Name |
Gets or sets the name of the DataSource component.
(Inherited from DataSource.) |
![]() | Parameters |
Gets a collection of query parameters.
|
![]() | RequestTimeout |
Gets or sets the timespan in seconds to wait before the request times out. Default is 100 seconds.
Set the timeout to 0 to configure an infinite timeout.
|
![]() | ServiceUrl |
Gets or sets the URL of the request which is going to retrieve the data. Required if Source is not set.
|
![]() | Source |
Gets or sets the local source of the data. Can be the data string itself or a URI where the data is located. Required if ServiceUrl is not set.
|