Class ParameterValueModel
Represents the parameter value model.
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public class ParameterValueModel : ObservableObject, INotifyPropertyChanged, IParameterValueModel
Properties
IsSelected
Specifies whether the parameter value is selected.
Declaration
public virtual bool IsSelected { get; set; }
Property Value
System.Boolean
|
Implements
Name
Gets the Name.
Declaration
public virtual string Name { get; }
Property Value
System.String
|
Implements
Owner
Gets the owner parameter model.
Declaration
public ParameterModel Owner { get; }
Property Value
ParameterModel
|
Value
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()