GrapeCity ActiveReports for .NET 12.0J
ForeColor プロパティ (ReportInfo)
使用例 

コントロールの前景色(フォント)を取得または設定します。
構文
'宣言
 
Public Property ForeColor As Color
public Color ForeColor {get; set;}
使用例
private void detail_Format(object sender, System.EventArgs eArgs)  
{  
    this.reportInfo1.ForeColor = System.Drawing.Color.Firebrick;  
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.ReportInfo1.ForeColor = System.Drawing.Color.Firebrick
End Sub
参照

関連項目

ReportInfo クラス
ReportInfo メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.