Share via


Rectangle Class

Represents a rectangle.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class Rectangle _
    Inherits ReportItem
'Usage
Dim instance As Rectangle
public class Rectangle : ReportItem
public ref class Rectangle : public ReportItem
type Rectangle =  
    class
        inherit ReportItem
    end
public class Rectangle extends ReportItem

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.