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.
Declaration
public Image ImageData { get; set; }
Property Value
System. A System. |
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
Background
Declaration
public string MimeType { get; set; }
Property Value
System. The MIME type of the current BackgroundImage object. |
Repeat
Gets or sets a
Background
Declaration
public BackgroundRepeat Repeat { get; set; }
Property Value
Background A Background |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|