Reports for WinForms
FindInputFragment メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : FindInputFragment メソッド
開始ページのインデックス。
前方または後方検索するかどうかを指定します。
最初の RenderInputFragment オブジェクトを検索します。
シンタックス
'宣言
 
Public Function FindInputFragment( _
   ByVal startPageIndex As System.Integer, _
   ByVal forward As System.Boolean _
) As RenderInputFragment
public RenderInputFragment FindInputFragment( 
   System.int startPageIndex,
   System.bool forward
)

パラメータ

startPageIndex
開始ページのインデックス。
forward
前方または後方検索するかどうかを指定します。

戻り値の型

検索された RenderInputFragment オブジェクトまたは null を返します。
参照

C1PrintDocument クラス
C1PrintDocument メンバ