Compartir a través de


Clase ReportItem

Represents a report item, such as a rectangle or tablix.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ReportElement
        Microsoft.ReportingServices.RdlObjectModel.ReportItem
          Más...

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

Sintaxis

'Declaración
Public MustInherit Class ReportItem _
    Inherits ReportElement _
    Implements INamedObject
'Uso
Dim instance As ReportItem
public abstract class ReportItem : ReportElement, 
    INamedObject
public ref class ReportItem abstract : public ReportElement, 
    INamedObject
[<AbstractClassAttribute>]
type ReportItem =  
    class 
        inherit ReportElement 
        interface INamedObject 
    end
public abstract class ReportItem extends ReportElement implements INamedObject

El tipo ReportItem expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido ReportItem Infraestructura. Initializes a new instance of the ReportItem class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Gets or sets the actions that are associated with the ReportItem.
Propiedad pública AllowInHeaderFooter Gets or sets a value that indicates whether report item is allowed in header or footer.
Propiedad pública Bookmark Gets or sets a bookmark that can be linked to by using a Bookmark action.
Propiedad pública ComponentMetadata Gets or sets the component metadata. (Se hereda de ReportObject.)
Propiedad pública ContainedReportItems Infraestructura. Gets or sets the sub-items contained in this report item.
Propiedad pública CustomProperties Gets or sets the custom information to be handed to the report rendering component.
Propiedad pública DataElementName Gets or sets the name to use for the data element/attribute for this report item.
Propiedad pública DataElementOutput Gets or sets a value that indicates whether the item should appear in a data rendering.
Propiedad pública DocumentMapLabel Gets or sets a label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching.
Propiedad pública DocumentMapLabelLocID Gets or sets the unique identifier for the DocumentMapLabel property.
Propiedad pública Height Gets or sets the height of the item.
Propiedad pública Left Gets or sets the distance of the item from the left of the containing object.
Propiedad pública Name Gets or sets the name of the report item.
Propiedad pública Parent The parent of this report object. (Se hereda de ReportObjectBase.)
Propiedad pública RepeatWith Gets or sets the name of a data region that this report item should be repeated with if that data region spans multiple pages.
Propiedad pública Site Infraestructura. Gets or sets the site associated with the ReportObject object. (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 Gets or sets a textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports.
Propiedad pública ToolTipLocID Gets or sets the unique identifier for the ToolTip property.
Propiedad pública Top Gets or sets the distance of the item from the top of the containing object.
Propiedad pública Visibility Gets or sets the current visibility state of this report object.
Propiedad pública Width Gets or sets the width of the item. Negative sizes allowed only for lines.
Propiedad pública ZIndex Gets or sets the drawing order of the report item within the containing object.

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. Returns the list of report object that contains data scopes. (Se hereda de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestructura. Returns the data scopes for default implementation. (Se hereda de ReportObject.)
Método protegido GetDependenciesCore Infraestructura. Returns the dependencies core for the ReportObject object. (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 the properties of an instance of the ReportItem class. (Invalida ReportObject.Initialize().)
Método protegido InitializeForDesigner Infraestructura. Initializes the properties of an instance of the ReportItem class for the designer. (Invalida ReportElement.InitializeForDesigner().)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnChildPropertyChanged Infraestructura. Raises an event when the property of the child was changed. (Se hereda de ReportObject.)
Método protegido OnPropertyChanged Infraestructura. Raises an event when the property was changed. (Se hereda de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestructura. Returns whether the report definition language semantic is the same with the core object. (Se hereda de ReportObject.)
Método protegido SavePropertyValue<T> Infraestructura. Saves the property value of the report object. (Se hereda de ReportObject.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable.Dispose Infraestructura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Se hereda de ReportObject.)
Implementación de interfaces explícitasEvento privado IComponent.Disposed Infraestructura. Occurs when the ReportObject object is 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.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ReportElement
        Microsoft.ReportingServices.RdlObjectModel.ReportItem
          Microsoft.ReportingServices.RdlObjectModel.CustomReportItem
          Microsoft.ReportingServices.RdlObjectModel.DataRegion
          Microsoft.ReportingServices.RdlObjectModel.DataRegionPlaceholder
          Microsoft.ReportingServices.RdlObjectModel.Image
          Microsoft.ReportingServices.RdlObjectModel.Line
          Microsoft.ReportingServices.RdlObjectModel.Map
          Microsoft.ReportingServices.RdlObjectModel.Rectangle
          Microsoft.ReportingServices.RdlObjectModel.Subreport
          Microsoft.ReportingServices.RdlObjectModel.Textbox