Class ReportItem
Inheritance
System.Object
ReportItem
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class ReportItem : ReportItemBase, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell
Properties
Anchor
Declaration
[Obsolete("Use the Anchoring property instead.")]
public AnchorStyles Anchor { get; set; }
Property Value
System.Windows.Forms.AnchorStyles
|
Anchoring
Bounds
Dock
Declaration
[Obsolete("Use the Docking property instead.")]
public DockStyle Dock { get; set; }
Property Value
System.Windows.Forms.DockStyle
|
Docking
Height
Left
Location
Size
Top
Width
Explicit Interface Implementations
ITableCell.ColumnIndex
Declaration
int ITableCell.ColumnIndex { get; }
Returns
System.Int32
|
Implements
ITableCell.ColumnSpan
Declaration
int ITableCell.ColumnSpan { get; }
Returns
System.Int32
|