Class MultivalueAvailableValuesParameterModel
Represents the report multi value parameter model to associate the WPF parameter editor UI with.
Inheritance
Inherited Members
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class MultivalueAvailableValuesParameterModel : ParameterModel, INotifyPropertyChanged, IDataErrorInfo
Properties
AvailableValues
Gets a list of the available Parameter
Declaration
public override ObservableCollection<IParameterValueModel> AvailableValues { get; }
Property Value
System.
|
Overrides
IsDropDownOpen
Gets or sets the value that indicates whether the Multivalue/AvailableValues editor is currently open.
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
System.
|
SelectedLabels
Gets an enumerable of strings that contains the labels of all selected values.
Declaration
public IEnumerable<string> SelectedLabels { get; }
Property Value
System.
|
Value
Gets or sets the Value.
Declaration
public override object Value { get; set; }
Property Value
System.
|
Overrides
Methods
GetAccessibleDescription()
Returns the accessible description to be used by screen readers
Declaration
public override string GetAccessibleDescription()
Returns
System.
|