Compartir a través de


Clase Rectangle

Represents a rectangle.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class Rectangle _
    Inherits ReportItem
'Uso
Dim instance As Rectangle
public class Rectangle : ReportItem
public ref class Rectangle : public ReportItem
type Rectangle =  
    class
        inherit ReportItem
    end
public class Rectangle extends ReportItem

El tipo Rectangle expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Rectangle Creates a new instance of the Rectangle class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Actions that are associated with the ReportItem (Se hereda de ReportItem.)
Propiedad pública AllowInHeaderFooter (Invalida ReportItem. . :: . .AllowInHeaderFooter.)
Propiedad pública Bookmark A bookmark that can be linked to by using a Bookmark action. (Se hereda de ReportItem.)
Propiedad pública ComponentMetadata The component metadata. (Se hereda de ReportObject.)
Propiedad pública ContainedReportItems Infraestructura. (Invalida ReportItem. . :: . .ContainedReportItems.)
Propiedad pública CustomProperties Custom information to be handed to the report rendering component. (Se hereda de ReportItem.)
Propiedad pública DataElementName The name to use for the data element/attribute for this report item. (Se hereda de ReportItem.)
Propiedad pública DataElementOutput Gets a value that indicates whether the rectangle should appear when rendered.
Propiedad pública DocumentMapLabel A label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching. (Se hereda de ReportItem.)
Propiedad pública DocumentMapLabelLocID The unique identifier for the DocumentMapLabel property. (Se hereda de ReportItem.)
Propiedad pública Height Height of the item. (Se hereda de ReportItem.)
Propiedad pública KeepTogether Indicates the entire contents of the rectangle should be kept together on one page if possible.
Propiedad pública Left The distance of the item from the left of the containing object (Se hereda de ReportItem.)
Propiedad pública LinkToChild The name of a report item contained directly within this rectangle that is the target location for the Document Map label (if any).
Propiedad pública Name The name of the report item. (Se hereda de ReportItem.)
Propiedad pública OmitBorderOnPageBreak Indicates the borders should not appear at locations where the rectangle spans multiple pages.
Propiedad pública PageBreak Defines page break behavior for the rectangle.
Propiedad pública PageName
Propiedad pública Parent The parent of this report object. (Se hereda de ReportObjectBase.)
Propiedad pública RepeatWith The name of a data region that this report item should be repeated with if that data region spans multiple pages. (Se hereda de ReportItem.)
Propiedad pública ReportItems Report items contained within the bounds of the rectangle.
Propiedad pública Site Infraestructura. (Se hereda de ReportObject.)
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de ReportElement.)
Propiedad pública ToolTip A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports (Se hereda de ReportItem.)
Propiedad pública ToolTipLocID The unique identifier for the ToolTip property. (Se hereda de ReportItem.)
Propiedad pública Top The distance of the item from the top of the containing object (Se hereda de ReportItem.)
Propiedad pública Visibility Gets the current visibility state of this report object. (Se hereda de ReportItem.)
Propiedad pública Width Width of the item. Negative sizes allowed only for lines. (Se hereda de ReportItem.)
Propiedad pública ZIndex Drawing order of the report item within the containing object. Items that have lower indexes should be drawn first, and appear behind items that have higher indexes. (Se hereda de ReportItem.)

Arriba

Métodos

  Nombre Descripción
Método público DeepClone Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetContainingDataScopes Infraestructura. (Se hereda de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestructura. (Se hereda de ReportObject.)
Método protegido GetDependenciesCore Infraestructura. (Se hereda de ReportObject.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Initialize Initializes an instance of the Rectangle class. (Invalida ReportItem. . :: . .Initialize() () () ().)
Método protegido InitializeForDesigner Infraestructura. (Se hereda de ReportItem.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnChildPropertyChanged Infraestructura. (Se hereda de ReportObject.)
Método protegido OnPropertyChanged Infraestructura. (Se hereda de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestructura. (Se hereda de ReportObject.)
Método protegido SavePropertyValue< (Of < <' (T> ) > > ) Infraestructura. (Se hereda de ReportObject.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo públicoMiembro estático AllowTypeInHeaderFooter

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable. . :: . .Dispose (Se hereda de ReportObject.)
Implementación de interfaces explícitasEvento privado IComponent. . :: . .Disposed (Se hereda de ReportObject.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.