Class ParameterModel
Represents the report parameter model to associate the WPF parameter editor UI with.
Inherited Members
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class ParameterModel : ParameterModel, INotifyPropertyChanged, IDataErrorInfo
Properties
TextResources
Gets or sets all the tooltips and messages
Declaration
public ITextResources TextResources { get; }
Property Value
ITextResources
|
Methods
GetAccessibleDescription()
Returns the accessible description to be used by screen readers
Declaration
public virtual string GetAccessibleDescription()
Returns
System.String
|
GetInvalidValueValidationError()
Overridden method for displaying localized parameter validation string
Declaration
protected override string GetInvalidValueValidationError()
Returns
System.String
|