ActiveReports 12
GetBindingExpression Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : GetBindingExpression Method
The target System.Windows.DependencyProperty to get the binding from.
Returns the System.Windows.Data.BindingExpression that represents the binding on the specified property.
Syntax
'Declaration
 
Public Function GetBindingExpression( _
   ByVal dp As DependencyProperty _
) As BindingExpression
public BindingExpression GetBindingExpression( 
   DependencyProperty dp
)

Parameters

dp
The target System.Windows.DependencyProperty to get the binding from.

Return Value

A System.Windows.Data.BindingExpression if the target property has an active binding; otherwise, returns null.
See Also

Reference

Viewer Class
Viewer Members