GrapeCity ActiveReports for .NET 14.0J
ColumnLayout プロパティ (GroupFooter)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > GroupFooter クラス : ColumnLayout プロパティ
このセクションで詳細セクションと同じカラムレイアウトを使用するかどうかを決定する値を取得または設定します。
シンタックス
'宣言
 
Public Property ColumnLayout As Boolean
public bool ColumnLayout {get; set;}

プロパティ値

ブール値。このセクションで詳細セクションと同じ数のカラムを使用する場合は True、このセクションのカラムが1つの場合は False

使用例
private void groupFooter1_Format(object sender, System.EventArgs eArgs)
{
    this.groupFooter1.ColumnLayout = true;
}
Private Sub GroupFooter1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupFooter1.Format
   Me.GroupFooter1.ColumnLayout = True
End Sub
参照

GroupFooter クラス
GroupFooter メンバ
ColumnCount プロパティ