AutoComplete for ASP.NET Web Forms
ForcePageBreakEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : ForcePageBreakEnum 列挙体
Determines whether page breaks should be inserted before or after a field or section.
シンタックス
'宣言
 
Public Enum ForcePageBreakEnum 
   Inherits System.Enum
public enum ForcePageBreakEnum : System.Enum 
メンバ
メンバ解説
AfterA page break is inserted after the field or section.
BeforeA page break is inserted before the field or section.
BeforeAndAfterPage breaks are inserted before and after the field or section.
NoneNo page breaks.
PageAfterIn multi-column reports, a page break is inserted after the field or section instead of column break.
PageBeforeIn multi-column reports, a page break is inserted before the field or section instead of column break.
解説
Use the members of this enumeration to set the value of the Field.ForcePageBreak and Section.ForcePageBreak properties in the Field and Section classes.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.ForcePageBreakEnum

参照

C1.C1Report 名前空間