GrapeCity ActiveReports for .NET 16.0J
NewColumn 列挙体

GrapeCity.ActiveReports.SectionReportModel 名前空間 : NewColumn 列挙体
新しいカラムをセクションの前後どちらで開始するかを指定します。
シンタックス
'宣言
 
Public Enum NewColumn 
   Inherits System.Enum
public enum NewColumn : System.Enum 
メンバ
メンバ解説
After次のセクションから新しいカラムに印刷されます。
Before現在のセクションが新しいカラムに印刷されます。
BeforeAfter現在のセクションおよび次のセクションが新しいカラムに印刷されます。
Noneセクションは同じカラムに続けて印刷されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.SectionReportModel.NewColumn

参照

GrapeCity.ActiveReports.SectionReportModel 名前空間
Detail NewColumn プロパティ
GroupFooter NewColumn プロパティ
GroupHeader NewColumn プロパティ