Abstract base class for report objects such as Textbox, Rectangle etc.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public abstract class ReportItem : ReportElement, 
	IActionInfoOwner, IStyleOwner
Visual Basic
Public MustInherit Class ReportItem _
	Inherits ReportElement _
	Implements IActionInfoOwner, IStyleOwner

Inheritance Hierarchy

See Also