ClassDataSourceParameter
Represents a parameter in a DataSource component.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public class DataSourceParameter
Inheritance: objectDataSourceParameter
Derived Classes:
Constructors
DataSourceParameter()
Initializes a new instance of the DataSourceParameter class.
Declaration
public DataSourceParameter()
DataSourceParameter(string)
Initializes a new instance of the DataSourceParameter class.
Declaration
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
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
public string Name { get; set; }
Property Value
string
Value
Gets or sets the value of the parameter.
Declaration
[TypeConverter(typeof(ObjectValueConverter))]
public object Value { get; set; }
Property Value
object
Methods
NotifyPropertyChanged(string)
Declaration
protected void NotifyPropertyChanged(string propertyName)
Parameters
propertyName
string
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
PropertyChangedEventHandler