ClassPictureBox
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
Properties
DefaultSize
This member overrides DefaultSize.
Declaration
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
ImageAlignment
Gets or sets content's alignment of the PictureBox.
Declaration
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
Gets or sets a string that contains the picture box's Multipurpose Internet Mail Extensions (MIME) type.
Declaration
public string MimeType { get; set; }
Property Value
string
A string that contains the picture box's Multipurpose Internet Mail Extensions (MIME) type.
NoDataMessage
TODO: Add documentation.
Declaration
public string NoDataMessage { get; set; }
Property Value
string
NoDataStyle
TODO: Add documentation.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style NoDataStyle { get; }
Property Value
Sizing
Gets or sets the sizing mode of the PictureBox.
Declaration
public ImageSizeMode Sizing { get; set; }
Property Value
A ImageSizeMode object that specifies the sizing mode of the PictureBox.
Value
Gets or sets the value associated with this PictureBox.
Declaration
[TypeConverter(typeof(ImageValueConverter))]
public object Value { get; set; }
Property Value
object
A string that starts with "=" is interpreted as data expression; Image that holds an image data.
Methods
Dispose(bool)
TODO: Add documentation.
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
bool
Overrides