FlexReport for WinForms
SplitBehavior 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : SplitBehavior 列挙体
Defines the splitting behavior of a report object.
シンタックス
'宣言
 
Public Enum SplitBehavior 
   Inherits System.Enum
'使用法
 
Dim instance As SplitBehavior
public enum SplitBehavior : System.Enum 
メンバ
メンバ解説
KeepTogether
The object can be split only if it is too large to fit on an empty page. In that case, the object is split immediately. Otherwise, a new page is started and the object is placed on it without splitting.
Never
The object should not be split between pages (i.e. should always be kept together on a single page), object is cut off if it not fit the page.
SplitIfNeeded
The object can be split if it does not fit onto the current page.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.SplitBehavior

参照

参照

C1.Report 名前空間