ClassPictureBox
Class
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:
Inherited Members
Properties
Image
Internal use only
ImageAlignment
Internal use only
Declaration
cs-api-definition
public ImageAlignment ImageAlignment { get; }
Property Value
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
Sizing
Internal use only
Visible
Internal use only
Declaration
cs-api-definition
public override bool Visible { get; set; }
Property Value
bool
Overrides