Skip to main content
A newer version of this page is available. .

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.
QueryName Specifies the name of the query to which a parameter is assigned.
Value Specifies the parameter value. Inherited from IParameter.

Methods

Name Description
ApplyParameter(IParameter, Boolean) Binds a current parameter to the corresponding external (report) parameter.
See Also