FlexReport for WinForms
ForcePageBreakEnum 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : ForcePageBreakEnum 列挙体
Determines whether page breaks should be inserted before or after a field, subsection or section.
シンタックス
'宣言
 
Public Enum ForcePageBreakEnum 
   Inherits System.Enum
'使用法
 
Dim instance As ForcePageBreakEnum
public enum ForcePageBreakEnum : System.Enum 
メンバ
メンバ解説
After
A page break is inserted after the field or section.
Before
A page break is inserted before the field or section.
BeforeAndAfter
Page breaks are inserted before and after the field or section.
None
No page breaks.
PageAfter
In multi-column reports, a page break is inserted after the field or section instead of column break.
PageBefore
In multi-column reports, a page break is inserted before the field or section instead of column break.
PageBeforeAndAfter
In multi-column reports, a page break is inserted before and after the field or section instead of column break.
解説
Use the members of this enumeration to set the value of the FieldBase.ForcePageBreak and Section.ForcePageBreak properties in the FieldBase and Section classes.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.ForcePageBreakEnum

参照

参照

C1.Report 名前空間