FlexReport for WinForms
SetOutputRange メソッド (OutputRangeForm)


C1.Win.C1Document.4.5.2 アセンブリ > C1.Win.C1Document.Forms 名前空間 > OutputRangeForm クラス : SetOutputRange メソッド
割り当てる範囲。
最大ページ数。
出力範囲を割り当てます。
シンタックス
'宣言
 
Public Overridable Sub SetOutputRange( _
   ByVal range As OutputRange, _
   ByVal maxPageNumber As System.Nullable(Of Integer) _
) 
'使用法
 
Dim instance As OutputRangeForm
Dim range As OutputRange
Dim maxPageNumber As System.Nullable(Of Integer)
 
instance.SetOutputRange(range, maxPageNumber)
public virtual void SetOutputRange( 
   OutputRange range,
   System.Nullable<int> maxPageNumber
)

パラメータ

range
割り当てる範囲。
maxPageNumber
最大ページ数。
参照

OutputRangeForm クラス
OutputRangeForm メンバ