Represents an empty RenderObject. Provides a convenient placeholder for things like page breaks and so on, where no content needs to be rendered.

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

Syntax

C#
public class RenderEmpty : RenderObject
Visual Basic
Public Class RenderEmpty _
	Inherits RenderObject

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..RenderObject
    C1.C1Preview..::..RenderEmpty

See Also