IParameterViewModel Members
If implemented, specifies a View Model that provides information about a parameter.Properties
| Name | Description |
|---|---|
| Expression | Specifies a parameter’s expression. |
| IsExpression | Specifies whether a parameter has the Expression type. |
| Name | If implemented by a class, this property returns the parameter name. Inherited from IFilterParameter. |
| QueryName | Specifies the name of the query to which a parameter is assigned. |
| Type | If implemented by a class, this property returns the parameter type. Inherited from IFilterParameter. |
| Value | Specifies the parameter value. Inherited from IParameter. |
Methods
| Name | Description |
|---|---|
| ApplyParameter(IParameter, Boolean) | Binds a current parameter to the corresponding external (report) parameter. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. Inherited from INotifyPropertyChanged. |
See Also