'宣言 Public Property BackColor As Color
public Color BackColor {get; set;}
private void detail_Format(object sender, System.EventArgs e) { this.reportInfo1.BackColor = Color.Coral; }
Private Sub Detail1_Format(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.ReportInfo1.BackColor = Color.Coral End Sub
ReportInfo クラス ReportInfo メンバ
©2003-2015 GrapeCity inc. All rights reserved.