Class
BackgroundImage

Represents a background image associated with a Style

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BackgroundImage

Inheritance: objectBackgroundImage

Properties

ImageData

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

Declaration

cs-api-definition
public Image ImageData { get; set; }

Property Value

Image

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

Gets or sets the MIME type of the current BackgroundImage object.

Declaration

cs-api-definition
public string MimeType { get; set; }

Property Value

string

The MIME type of the current BackgroundImage object.

Repeat

Gets or sets a BackgroundRepeat value defining the repeat style of the BackgroundImage.

Declaration

cs-api-definition
public BackgroundRepeat Repeat { get; set; }

Property Value

BackgroundRepeat

A BackgroundRepeat value representing the repeat style of the BackgroundImage.

Methods

ToString()

TODO: Add documentation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()