Class
WebServiceParameter

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: GraphQLParameter

Inherited Members DataSourceParameter.NotifyPropertyChanged(string)DataSourceParameter.NameDataSourceParameter.ValueDataSourceParameter.PropertyChanged

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

WebServiceParameterType

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

WebServiceParameterType

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

WebServiceParameterType