Rectangle Clase
Represents a rectangle report item.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
Microsoft.ReportingServices.OnDemandReportRendering..::..Rectangle
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también