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

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Section クラス : BackColor プロパティ
セクションの背景色を取得または設定します。
シンタックス
'宣言
 
Public Property BackColor As Color
public Color BackColor {get; set;}

プロパティ値

セクションの背景色を表すSystem.Drawing.Color値。デフォルトはColor.Transparentです。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.Detail.BackColor = System.Drawing.Color.Transparent;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.Detail.BackColor = System.Drawing.Color.Transparent
End Sub
参照

Section クラス
Section メンバ