New to Telerik ReportingStart a free 30-day trial

Represents a picture box report item for displaying an image.

Definition

Constructors

TODO: Add documentation.

C#
public PictureBox()

Properties

This member overrides DefaultSize.

C#
protected override SizeU DefaultSize { get; }
Property Value:

A SizeU object that defines the default size of the PictureBox. It is 100 pixels wide by 100 pixels high by default.

Overrides: ReportItem.DefaultSize

Gets or sets content's alignment of the PictureBox.

C#
public ImageAlignment ImageAlignment { get; set; }
Property Value:

A ImageAlignment object that specifies the content's alignment of the PictureBox. Not respected when the Sizing property is set to AutoSize, Center, or Stretch.

MimeType

string

Gets or sets a string that contains the picture box's Multipurpose Internet Mail Extensions (MIME) type.

C#
public string MimeType { get; set; }
Property Value:

A string that contains the picture box's Multipurpose Internet Mail Extensions (MIME) type.

TODO: Add documentation.

C#
public string NoDataMessage { get; set; }

TODO: Add documentation.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style NoDataStyle { get; }

Gets or sets the sizing mode of the PictureBox.

C#
public ImageSizeMode Sizing { get; set; }
Property Value:

A ImageSizeMode object that specifies the sizing mode of the PictureBox.

Value

object

Gets or sets the value associated with this PictureBox.

C#
[TypeConverter(typeof(ImageValueConverter))]
public object Value { get; set; }
Property Value:

A string that starts with "=" is interpreted as data expression; Image that holds an image data.

Methods

TODO: Add documentation.

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

Overrides: ReportItemBase.Dispose(bool)