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