Class WebServiceDataSource
Represents web service data to data items.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class WebServiceDataSource : ServiceDataSource, INamedObject, ICloneable, IEquatableDataSource, ISimpleDataSource, IDataSource, IWebServiceComponent, IWebServiceComponentBase, IWebServiceRequestSettingsBase
Constructors
WebServiceDataSource()
Initializes a new instance of the Web
Declaration
public WebServiceDataSource()
Properties
Authentication
Gets or sets the authentication object.
Declaration
public WebServiceAuthentication Authentication { get; set; }
Property Value
Body
Gets or sets the body of the POST method.
Declaration
public string Body { get; set; }
Property Value
System.
|
DataFormat
Gets or sets the expected data format of the response.
Declaration
public WebServiceResponseFormat DataFormat { get; set; }
Property Value
Method
Gets or sets the HTTP request method.
Declaration
public WebServiceRequestMethod Method { get; set; }
Property Value
Parameters
Gets a collection of query parameters.
Declaration
public WebServiceParameterCollection Parameters { get; }