FlexReport for WinForms
FindBookmark メソッド (RenderFragmentCollection)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > RenderFragmentCollection クラス : FindBookmark メソッド
The bookmark name to search.
Searches for bookmark in fragments.
シンタックス
'宣言
 
Public Function FindBookmark( _
   ByVal bookmark As System.String _
) As RenderFragment
'使用法
 
Dim instance As RenderFragmentCollection
Dim bookmark As System.String
Dim value As RenderFragment
 
value = instance.FindBookmark(bookmark)
public RenderFragment FindBookmark( 
   System.string bookmark
)

パラメータ

bookmark
The bookmark name to search.

戻り値の型

RenderFragment if the bookmark is found; null, otherwise.
参照

参照

RenderFragmentCollection クラス
RenderFragmentCollection メンバ