Rectangle Class

Represents a rectangle report item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class Rectangle _
    Inherits ReportItem _
    Implements IPageBreakItem
'Usage
Dim instance As Rectangle
public sealed class Rectangle : ReportItem, 
    IPageBreakItem
public ref class Rectangle sealed : public ReportItem, 
    IPageBreakItem
[<SealedAttribute>]
type Rectangle =  
    class
        inherit ReportItem
        interface IPageBreakItem
    end
public final class Rectangle extends ReportItem implements IPageBreakItem

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
      Microsoft.ReportingServices.OnDemandReportRendering.Rectangle

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.