Represents a rectangular area with borders that can contain child ReportItem objects.

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

Syntax

C#
public class Rectangle : ReportItem, IReportElementOwner
Visual Basic
Public Class Rectangle _
	Inherits ReportItem _
	Implements IReportElementOwner

Inheritance Hierarchy

See Also