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