FlexReport for WinForms
GetEnumerator(Int32) メソッド


C1.Document アセンブリ > C1.Document 名前空間 > OutputRange クラス > GetEnumerator メソッド : GetEnumerator(Int32) メソッド
The ending page number (used if the current range is to the end of a document).
Creates and returns a new enumerator that allows to loop through all pages in the range.
シンタックス
'宣言
 
Public Overloads Function GetEnumerator( _
   ByVal maxPageNumber As System.Integer _
) As System.Collections.Generic.IEnumerator(Of Integer)
'使用法
 
Dim instance As OutputRange
Dim maxPageNumber As System.Integer
Dim value As System.Collections.Generic.IEnumerator(Of Integer)
 
value = instance.GetEnumerator(maxPageNumber)
public System.Collections.Generic.IEnumerator<int> GetEnumerator( 
   System.int maxPageNumber
)

パラメータ

maxPageNumber
The ending page number (used if the current range is to the end of a document).

戻り値の型

The new enumerator.
参照

参照

OutputRange クラス
OutputRange メンバ
オーバーロード一覧