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