ActiveReports 12
CoerceValue Method (ParametersPanel)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > ParametersPanel Class : CoerceValue Method
The identifier for the dependency property to coerce.
Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject.
Syntax
'Declaration
 
Public Sub CoerceValue( _
   ByVal dp As DependencyProperty _
) 
public void CoerceValue( 
   DependencyProperty dp
)

Parameters

dp
The identifier for the dependency property to coerce.
Exceptions
ExceptionDescription
The specified dp or its value were invalid or do not exist.
See Also

Reference

ParametersPanel Class
ParametersPanel Members