FlexReport for WPF
FindRenderObject メソッド (C1Document)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1Document クラス : FindRenderObject メソッド
検索する名前。
描画オブジェクトを名前で検索します。
シンタックス
'宣言
 
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
検索する名前。

戻り値の型

見つかったオブジェクト、または null。
参照

C1Document クラス
C1Document メンバ