GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ReportInfo Class : BackColor Property |
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