Class PictureBox
Represents a picture box report item for displaying an image.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class PictureBox : ReportItem, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable, INoDataObject
Constructors
PictureBox()
Declaration
public PictureBox()
Properties
DefaultSize
This member overrides DefaultSize.
Declaration
protected override SizeU DefaultSize { get; }
Property Value
SizeU
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
ImageAlignment
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
System.String
A string that contains the picture box's Multipurpose Internet Mail Extensions (MIME) type. |
NoDataMessage
Declaration
public string NoDataMessage { get; set; }
Property Value
System.String
|
NoDataStyle
Sizing
Gets or sets the sizing mode of the PictureBox.
Declaration
public ImageSizeMode Sizing { get; set; }
Property Value
ImageSizeMode
A ImageSizeMode object that specifies the sizing mode of the PictureBox. |
Value
Gets or sets the value associated with this PictureBox.
Declaration
public object Value { get; set; }
Property Value
System.Object
A System.String that starts with "=" is interpreted as data expression; System.Drawing.Image that holds an image data. |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|