'Declaration <DescriptionAttribute("The background image of the report element when the report is printed.")> <CategoryAttribute("Appearance")> <LocalizableAttribute(True)> <XmlIgnoreAttribute()> <EndUserDisplayNameAttribute("Background Image")> Public Property BackgroundImage As Image
'Usage Dim instance As VisualGridElementReportStyle Dim value As Image instance.BackgroundImage = value value = instance.BackgroundImage
[Description("The background image of the report element when the report is printed.")] [Category("Appearance")] [Localizable(true)] [XmlIgnore()] [EndUserDisplayName("Background Image")] public Image BackgroundImage {get; set;}