Partager via


Classe Rectangle

Represents a rectangle. This class cannot be inherited.

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

Syntaxe

'Déclaration
Public NotInheritable Class Rectangle _
    Inherits ReportItem
'Utilisation
Dim instance As Rectangle
public sealed class Rectangle : ReportItem
public ref class Rectangle sealed : public ReportItem
[<SealedAttribute>]
type Rectangle =  
    class
        inherit ReportItem
    end
public final class Rectangle extends ReportItem

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering. . :: . .ReportItem
    Microsoft.ReportingServices.ReportRendering..::..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.