Class BackgroundImage
Represents a background image associated with a Style
Inheritance
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class BackgroundImage : IBackgroundImage
Properties
ImageData
Gets or sets a System.Drawing.Image containing the image data of this BackgroundImage.
Declaration
public Image ImageData { get; set; }
Property Value
|
System.Drawing.Image
A System.Drawing.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
Gets or sets the MIME type of the current BackgroundImage object.
Declaration
public string MimeType { get; set; }
Property Value
|
System.String
The MIME type of the current BackgroundImage object. |
Repeat
Gets or sets a BackgroundRepeat value defining the repeat style of the BackgroundImage.
Declaration
public BackgroundRepeat Repeat { get; set; }
Property Value
|
BackgroundRepeat
A BackgroundRepeat value representing the repeat style of the BackgroundImage. |
Methods
ToString()
Declaration
public override string ToString()
Returns
|
System.String
|