Class WebServiceParameter
Represents a parameter in a WebServiceDataSource component.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class WebServiceParameter : DataSourceParameter, INotifyPropertyChanged, INamedObject
Constructors
WebServiceParameter()
Initializes a new instance of the WebServiceParameter class.
Declaration
public WebServiceParameter()
WebServiceParameter(String, WebServiceParameterType)
Initializes a new instance of the WebServiceParameter class.
Declaration
public WebServiceParameter(string name, WebServiceParameterType type)
Parameters
System.String
name
Specifies the name of the parameter. |
WebServiceParameterType
type
Specifies the type of the parameter. |
WebServiceParameter(String, WebServiceParameterType, Object)
Initializes a new instance of the WebServiceParameter class.
Declaration
public WebServiceParameter(string name, WebServiceParameterType type, object value)
Parameters
System.String
name
Specifies the name of the parameter. |
WebServiceParameterType
type
Specifies the type of the parameter. |
System.Object
value
Specifies the value of the parameter. |
Properties
WebServiceParameterType
Gets or sets the type of the parameter.
Declaration
public WebServiceParameterType WebServiceParameterType { get; set; }
Property Value
WebServiceParameterType
|