Compartilhar via


Classe Rectangle

Represents a rectangle report item.

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

Sintaxe

'Declaração
Public NotInheritable Class Rectangle _
    Inherits ReportItem _
    Implements IPageBreakItem
'Uso
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

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.