Class
PictureBox

Represents the processing instance of the PictureBox item.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class PictureBox : NoDataObject, ITableCell

Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemNoDataObjectPictureBox

Implements: ITableCell

Inherited Members NoDataObject.NoDataMessageNoDataObject.NoDataStyleReportItem.BoundsReportItem.LocationReportItem.SizeReportItem.TopReportItem.LeftReportItem.WidthReportItem.HeightReportItem.DockingReportItem.AnchoringReportItemBase.InitializeDefinitionBasedProperties(ReportObject)ReportItemBase.TryExecuteMethodByName(string)ReportItemBase.ProcessAccessibleRole()ReportItemBase.ProcessAccessibleDescription()ReportItemBase.ProcessAIDescription()ReportItemBase.Dispose(bool)ReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ToString()ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleLayoutElement.ParentElementReportObject.ToString(string[])

Properties

Image

Internal use only

Declaration

cs-api-definition
public ImageBase Image { set; }

Property Value

ImageBase

ImageAlignment

Internal use only

Declaration

cs-api-definition
public ImageAlignment ImageAlignment { get; }

Property Value

ImageAlignment

MimeType

Internal use only

Declaration

cs-api-definition
public string MimeType { get; }

Property Value

string

RenderNoData

Internal use only

Declaration

cs-api-definition
public override bool RenderNoData { get; }

Property Value

bool

Overrides NoDataObject.RenderNoData

Sizing

Internal use only

Declaration

cs-api-definition
public ImageSizeMode Sizing { get; }

Property Value

ImageSizeMode

Visible

Internal use only

Declaration

cs-api-definition
public override bool Visible { get; set; }

Property Value

bool

Overrides VisualElement.Visible