ParameterModel
Class
Represents the report parameter model to associate the WPF parameter editor UI with.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
C#
public class ParameterModel : ParameterModel
Inheritance: objectObservableObjectParameterModelParameterModel
Derived Classes:
Inherited Members
Properties
Gets or sets all the tooltips and messages
C#
public ITextResources TextResources { get; }
Methods
Returns the accessible description to be used by screen readers
C#
public virtual string GetAccessibleDescription()
string
Overridden method for displaying localized parameter validation string
C#
protected override string GetInvalidValueValidationError()
string
Overrides: