FlexReport for WinForms
OutputRange コンストラクタ(String,Boolean)


C1.Document アセンブリ > C1.Document 名前空間 > OutputRange クラス > OutputRange コンストラクタ : OutputRange コンストラクタ(String,Boolean)
The pages to be included.
Indicates whether the range should be inverted, see Inverted for details.
Creates an instance of OutputRange that includes pages specified by the string parameter. The string may contain: - page numbers (1-based) separated by spaces or commas; - dashes ('-') to specify intervals (a dash at the end implies infinity).
シンタックス
'宣言
 
Public Function New( _
   ByVal pages As System.String, _
   ByVal inverted As System.Boolean _
)
'使用法
 
Dim pages As System.String
Dim inverted As System.Boolean
 
Dim instance As New OutputRange(pages, inverted)
public OutputRange( 
   System.string pages,
   System.bool inverted
)

パラメータ

pages
The pages to be included.
inverted
Indicates whether the range should be inverted, see Inverted for details.
参照

参照

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