FlexReport for WinForms
FindRenderObject メソッド (C1Document)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1Document クラス : FindRenderObject メソッド
The name to find.
Finds a render object by name.
シンタックス
'宣言
 
Public Function FindRenderObject( _
   ByVal name As System.String _
) As RenderObject
'使用法
 
Dim instance As C1Document
Dim name As System.String
Dim value As RenderObject
 
value = instance.FindRenderObject(name)
public RenderObject FindRenderObject( 
   System.string name
)

パラメータ

name
The name to find.

戻り値の型

The found object, or null.
参照

参照

C1Document クラス
C1Document メンバ