New to Telerik ReportingStart a free 30-day trial

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

Gets or sets a Image containing the image data of this BackgroundImage.

C#
public Image ImageData { get; set; }
Property Value:

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; }
Property Value:

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; }
Property Value:

A BackgroundRepeat value representing the repeat style of the BackgroundImage.

Methods

TODO: Add documentation.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()