Partager via


Classe Rectangle

Represents a rectangle report item.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Rectangle _
    Inherits ReportItem _
    Implements IPageBreakItem
'Utilisation
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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.