'Declaration <DescriptionAttribute("The foreground color of this report element.")> <CategoryAttribute("Appearance")> <XmlIgnoreAttribute()> <EndUserDisplayNameAttribute("Font Color")> Public Property ForeColor As Color
'Usage Dim instance As GridElementReportStyle Dim value As Color instance.ForeColor = value value = instance.ForeColor
[Description("The foreground color of this report element.")] [Category("Appearance")] [XmlIgnore()] [EndUserDisplayName("Font Color")] public Color ForeColor {get; set;}