ActiveReports 13
BackColor Property (Barcode)
Example 

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Barcode Class : BackColor Property
Gets or sets the barcode's background color or fill color.
Syntax
'Declaration
 
Public Property BackColor As Color
public Color BackColor {get; set;}

Property Value

System.Drawing.Color
Example
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.barcode1.BackColor = System.Drawing.Color.White;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.Barcode1.BackColor = System.Drawing.Color.White
End Sub
See Also

Reference

Barcode Class
Barcode Members