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