GrapeCity ActiveReports for .NET 16.0J
GetBindingExpression メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : GetBindingExpression メソッド
The target System.Windows.DependencyProperty to get the binding from.
Returns the System.Windows.Data.BindingExpression that represents the binding on the specified property.
シンタックス
'宣言
 
Public Function GetBindingExpression( _
   ByVal dp As DependencyProperty _
) As BindingExpression
public BindingExpression GetBindingExpression( 
   DependencyProperty dp
)

パラメータ

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

戻り値の型

A System.Windows.Data.BindingExpression if the target property has an active binding; otherwise, returns null 参照 (Visual Basicでは Nothing).
参照

Viewer クラス
Viewer メンバ