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

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Sidebar クラス > SetValue メソッド : SetValue(DependencyProperty,Object) メソッド
The identifier of the dependency property to set.
The new local value.
Sets the local value of a dependency property, specified by its dependency property identifier.
シンタックス
'宣言
 
Public Overloads Sub SetValue( _
   ByVal dp As DependencyProperty, _
   ByVal value As Object _
) 
public void SetValue( 
   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 メンバ
オーバーロード一覧