FlexReport for WPF
OutputRange コンストラクタ(Int32,Int32)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > OutputRange クラス > OutputRange コンストラクタ : OutputRange コンストラクタ(Int32,Int32)
範囲の最初のページの番号(1 から始まる)。
範囲の最後のページの番号(1 から始まる)。
1 つのページ範囲を含む OutputRange のインスタンスを 作成します。FromPage が ToPage より大きくてもかまいません。その場合は、範囲が 逆転されます。
シンタックス
'宣言
 
Public Function New( _
   ByVal fromPage As System.Integer, _
   ByVal toPage As System.Integer _
)
'使用法
 
Dim fromPage As System.Integer
Dim toPage As System.Integer
 
Dim instance As New OutputRange(fromPage, toPage)
public OutputRange( 
   System.int fromPage,
   System.int toPage
)

パラメータ

fromPage
範囲の最初のページの番号(1 から始まる)。
toPage
範囲の最後のページの番号(1 から始まる)。
参照

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