Class
DataSourceParameter

Represents a parameter in a DataSource component.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class DataSourceParameter

Inheritance: objectDataSourceParameter

Derived Classes: CubeDataSourceParameterObjectDataSourceParameterSqlDataSourceParameterWebServiceParameter

Constructors

DataSourceParameter()

Initializes a new instance of the DataSourceParameter class.

Declaration

cs-api-definition
public DataSourceParameter()

DataSourceParameter(string)

Initializes a new instance of the DataSourceParameter class.

Declaration

cs-api-definition
public DataSourceParameter(string name)

Parameters

name

string

Specifies the name of the parameter.

DataSourceParameter(string, object)

Initializes a new instance of the DataSourceParameter class.

Declaration

cs-api-definition
public DataSourceParameter(string name, object value)

Parameters

name

string

Specifies the name of the parameter.

value

object

Specifies the value of the parameter.

Properties

Name

Gets or sets the name of the parameter.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

Value

Gets or sets the value of the parameter.

Declaration

cs-api-definition
[TypeConverter(typeof(ObjectValueConverter))]
public object Value { get; set; }

Property Value

object

Methods

NotifyPropertyChanged(string)

Declaration

cs-api-definition
protected void NotifyPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler