FlexReport for WinForms
SetValue メソッド (RenderValue)


C1.Document アセンブリ > C1.Document 名前空間 > RenderValue クラス : SetValue メソッド
The value of Value property.
The value of Text property.
The value of Format property.
For internal use. Initializes all properties of current RenderValue object with specified values.
シンタックス
'宣言
 
Public Sub SetValue( _
   ByVal value As System.Object, _
   ByVal text As System.String, _
   ByVal format As System.String _
) 
'使用法
 
Dim instance As RenderValue
Dim value As System.Object
Dim text As System.String
Dim format As System.String
 
instance.SetValue(value, text, format)
public void SetValue( 
   System.object value,
   System.string text,
   System.string format
)

パラメータ

value
The value of Value property.
text
The value of Text property.
format
The value of Format property.
参照

参照

RenderValue クラス
RenderValue メンバ