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
Default
Declaration
protected override SizeU DefaultSize { get; }
Property Value
Size A Size |
Overrides
ImageAlignment
Gets or sets content's alignment of the
Picture
Declaration
public ImageAlignment ImageAlignment { get; set; }
Property Value
Image A Image |
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. A string that contains the picture box's Multipurpose Internet Mail Extensions (MIME) type. |
NoDataMessage
Declaration
public string NoDataMessage { get; set; }
Property Value
System.
|
NoDataStyle
Sizing
Gets or sets the sizing mode of the
Picture
Declaration
public ImageSizeMode Sizing { get; set; }
Property Value
Image A Image |
Value
Gets or sets the value associated with this Picture
Declaration
public object Value { get; set; }
Property Value
System. A System. |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|