ClassWebServiceParameter
Class
Represents a parameter in a WebServiceDataSource component.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(WebServiceParameterConverter))]
public class WebServiceParameter : DataSourceParameter
Inheritance: objectDataSourceParameterWebServiceParameter
Derived Classes:
Inherited Members
Constructors
WebServiceParameter()
Initializes a new instance of the WebServiceParameter class.
Declaration
cs-api-definition
public WebServiceParameter()
WebServiceParameter(string, WebServiceParameterType)
Initializes a new instance of the WebServiceParameter class.
Declaration
cs-api-definition
public WebServiceParameter(string name, WebServiceParameterType type)
Parameters
name
string
Specifies the name of the parameter.
type
Specifies the type of the parameter.
WebServiceParameter(string, WebServiceParameterType, object)
Initializes a new instance of the WebServiceParameter class.
Declaration
cs-api-definition
public WebServiceParameter(string name, WebServiceParameterType type, object value)
Parameters
name
string
Specifies the name of the parameter.
type
Specifies the type of the parameter.
value
object
Specifies the value of the parameter.
Properties
WebServiceParameterType
Gets or sets the type of the parameter.
Declaration
cs-api-definition
public WebServiceParameterType WebServiceParameterType { get; set; }
Property Value