GrapeCity ActiveReports for .NET 16.0J
SetCurrentValue(DependencyProperty,Object) メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Sidebar クラス : SetCurrentValue(DependencyProperty,Object) メソッド
The identifier of the dependency property to set.
The new local value.
Sets the value of a dependency property without changing its value source.
シンタックス
'宣言
 
Public Sub SetCurrentValue( _
   ByVal dp As DependencyProperty, _
   ByVal value As Object _
) 
public void SetCurrentValue( 
   DependencyProperty dp,
   object value
)

パラメータ

dp
The identifier of the dependency property to set.
value
The new local value.
例外
例外解説
Attempted to modify a read-only dependency property, or a property on a sealed System.Windows.DependencyObject.
value was not the correct type as registered for the dp property.
参照

Sidebar クラス
Sidebar メンバ