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


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > OutputRange クラス > OutputRange コンストラクタ : OutputRange コンストラクタ(Int32,Int32,Boolean)
範囲の最初のページの番号(1 から始まる)。
範囲の最後のページの番号(1 から始まる)。
範囲を逆転するかどうかを示します。詳細については、 Invertedを参照してください。
1 つのページ範囲を含む OutputRange のインスタンスを 作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal fromPage As System.Integer, _
   ByVal toPage As System.Integer, _
   ByVal inverted As System.Boolean _
)
'使用法
 
Dim fromPage As System.Integer
Dim toPage As System.Integer
Dim inverted As System.Boolean
 
Dim instance As New OutputRange(fromPage, toPage, inverted)
public OutputRange( 
   System.int fromPage,
   System.int toPage,
   System.bool inverted
)

パラメータ

fromPage
範囲の最初のページの番号(1 から始まる)。
toPage
範囲の最後のページの番号(1 から始まる)。
inverted
範囲を逆転するかどうかを示します。詳細については、 Invertedを参照してください。
参照

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