FlexReport for WinForms
SetProp メソッド (ScriptValue<T>)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > ScriptValue<T> クラス : SetProp メソッド
Helper method which can be used in setter of property with type ScriptValue. Assigns properties of value to the current object resets this object if value is null. Returns true if this object was actually changed.
シンタックス
'宣言
 
Public Function SetProp( _
   ByVal value As ScriptValue(Of T) _
) As System.Boolean
'使用法
 
Dim instance As ScriptValue(Of T)
Dim value As ScriptValue(Of T)
Dim value As System.Boolean
 
value = instance.SetProp(value)
public System.bool SetProp( 
   ScriptValue<T> value
)

パラメータ

value
参照

参照

ScriptValue<T> クラス
ScriptValue<T> メンバ