BackgroundImage
Class
Represents a background image associated with a Style
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BackgroundImage
Inheritance: objectBackgroundImage
Properties
ImageData
Image
Gets or sets a Image containing the image data of this BackgroundImage.
C#
public Image ImageData { get; set; }
A Image object containing the image data of this BackgroundImage.
Remarks:
Use this property if you want to bind the BackgroundImage to an image that is not in the data source.
MimeType
string
Gets or sets the MIME type of the current BackgroundImage object.
C#
public string MimeType { get; set; }
The MIME type of the current BackgroundImage object.
Gets or sets a BackgroundRepeat value defining the repeat style of the BackgroundImage.
C#
public BackgroundRepeat Repeat { get; set; }
A BackgroundRepeat value representing the repeat style of the BackgroundImage.
Methods
ToString()
string
TODO: Add documentation.
C#
public override string ToString()
string
Overrides: