Freigeben über


Rectangle-Klasse

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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.