The abstract base class for all render objects representing content of a C1PrintDocument.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public abstract class RenderObject : IDataBindingOwner, 
	ISplitBehaviorObject, IStyleOwner, IDocumentLocation
Visual Basic
Public MustInherit Class RenderObject _
	Implements IDataBindingOwner, ISplitBehaviorObject, IStyleOwner, IDocumentLocation

Inheritance Hierarchy

See Also