FlexReport for WinForms
FindChildObject メソッド (RenderSection)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > RenderSection クラス : FindChildObject メソッド
The name of the object.
Searches RenderObject with specified name.
シンタックス
'宣言
 
Public Overrides Function FindChildObject( _
   ByVal name As System.String _
) As RenderObject
'使用法
 
Dim instance As RenderSection
Dim name As System.String
Dim value As RenderObject
 
value = instance.FindChildObject(name)
public override RenderObject FindChildObject( 
   System.string name
)

パラメータ

name
The name of the object.

戻り値の型

Found RenderObject or null if not found.
参照

参照

RenderSection クラス
RenderSection メンバ