'Usage
Dim instance As GridElementReportStyle
Dim value As Color
instance.BackColor = value
value = instance.BackColor
[XmlIgnore()]
[Description("The background color of this report element.")]
[Category("Appearance")]
[EndUserDisplayName("Background Color")]
public Color BackColor {get; set;}
Property Value
A System.Drawing.Color structure representing the background color of the grid element when it is printed in a report. By default, Color.Empty.
Remarks
The value of the BackColor property of the parent element's ReportStyle will be used in the case where the BackColor property has not been explicitly set.
Although this property is not ambient, because a child element occupies part of the same space as its parent element, it is necessarily inherited "visually".
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2