PictureBox
Represents a picture box report item for displaying an image.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[ToolboxBitmap(typeof(PictureBox), "Resources.PictureBox.bmp")]
public class PictureBox : ReportItem, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportItemPictureBox
Implements:
Inherited Members
Constructors
TODO: Add documentation.
public PictureBox()
Properties
This member overrides DefaultSize.
protected override SizeU DefaultSize { get; }
A SizeU object that defines the default size of the PictureBox. It is 100 pixels wide by 100 pixels high by default.
Overrides:
Gets or sets content's alignment of the PictureBox.
public ImageAlignment ImageAlignment { get; set; }
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.
public string MimeType { get; set; }
A string that contains the picture box's Multipurpose Internet Mail Extensions (MIME) type.
NoDataMessage
string
TODO: Add documentation.
public string NoDataMessage { get; set; }
TODO: Add documentation.
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style NoDataStyle { get; }
Gets or sets the sizing mode of the PictureBox.
public ImageSizeMode Sizing { get; set; }
A ImageSizeMode object that specifies the sizing mode of the PictureBox.
Value
object
Gets or sets the value associated with this PictureBox.
[TypeConverter(typeof(ImageValueConverter))]
public object Value { get; set; }
A string that starts with "=" is interpreted as data expression; Image that holds an image data.
Methods
TODO: Add documentation.
protected override void Dispose(bool disposing)
Overrides: