FlexReport for WinForms
IsPageLoading メソッド (C1DocumentSource)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : IsPageLoading メソッド
0-based page index.
For internal use. Checkes whether a page with the specified index has already been requested, i.e. the C1DocumentSource.GetPageAsync method has been called to fetch it.
シンタックス
'宣言
 
Public Function IsPageLoading( _
   ByVal pageIndex As System.Integer _
) As System.Boolean
'使用法
 
Dim instance As C1DocumentSource
Dim pageIndex As System.Integer
Dim value As System.Boolean
 
value = instance.IsPageLoading(pageIndex)
public System.bool IsPageLoading( 
   System.int pageIndex
)

パラメータ

pageIndex
0-based page index.

戻り値の型

true if page is currently loading, false otherwise.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ