'Declaration <XmlIgnoreAttribute()> <DescriptionAttribute("The background color of this report element.")> <CategoryAttribute("Appearance")> <EndUserDisplayNameAttribute("Background Color")> Public Property BackColor As Color
'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;}