Class
PictureBox

Represents a picture box report item for displaying an image.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[ToolboxBitmap(typeof(PictureBox), "Resources.PictureBox.bmp")]
public class PictureBox : ReportItem, IToggleVisibilityTarget, IActionTarget

Inheritance: objectReportObjectReportItemBaseReportItemPictureBox

Implements: IActionTargetIToggleVisibilityTarget

Inherited Members ReportItem.SizeReportItem.LocationReportItem.AnchoringReportItem.DockingReportItem.BoundsReportItem.LeftReportItem.RightReportItem.TopReportItem.BottomReportItem.WidthReportItem.HeightReportItemBase.Dispose()ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

Constructors

PictureBox()

TODO: Add documentation.

Declaration

cs-api-definition
public PictureBox()

Properties

DefaultSize

This member overrides DefaultSize.

Declaration

cs-api-definition
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 ReportItem.DefaultSize

ImageAlignment

Gets or sets content's alignment of the PictureBox.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public string NoDataMessage { get; set; }

Property Value

string

NoDataStyle

TODO: Add documentation.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style NoDataStyle { get; }

Property Value

Style

Sizing

Gets or sets the sizing mode of the PictureBox.

Declaration

cs-api-definition
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

cs-api-definition
[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

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

Overrides ReportItemBase.Dispose(bool)