Compartir a través de


Clase CustomReportItem

Represents a custom report item. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportItem
    Microsoft.ReportingServices.ReportRendering.CustomReportItem

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class CustomReportItem _
    Inherits ReportItem
'Uso
Dim instance As CustomReportItem
public sealed class CustomReportItem : ReportItem
public ref class CustomReportItem sealed : public ReportItem
[<SealedAttribute>]
type CustomReportItem =  
    class 
        inherit ReportItem 
    end
public final class CustomReportItem extends ReportItem

El tipo CustomReportItem expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AltReportItem Gets a report item to render in cases where the custom report item type is not supported by the renderer.
Propiedad pública Bookmark Gets or sets the bookmark for this item on the report. (Se hereda de ReportItem.)
Propiedad pública Custom Gets the contents of the Custom tag in the report definition. (Se hereda de ReportItem.)
Propiedad pública CustomData Gets an object that encapsulates data for the custom report item.
Propiedad pública CustomProperties Gets or sets custom properties for the report item. (Se hereda de ReportItem.)
Propiedad pública DataElementName Gets the name of the data element for the report item. (Se hereda de ReportItem.)
Propiedad pública DataElementOutput Gets the DataElementOutputTypes used in the report item. (Se hereda de ReportItem.)
Propiedad pública HasToggle Gets a value that indicates whether the report definition defines a toggle item for this report item. (Se hereda de ReportItem.)
Propiedad pública Height Gets or sets the height of the item on the report, including a unit designator such as cm, mm, in, pt, or pc. (Se hereda de ReportItem.)
Propiedad pública Hidden Gets a value that indicates whether the custom report item is hidden. (Invalida ReportItem.Hidden.)
Propiedad pública ID Gets the identifier for the item on the report. (Se hereda de ReportItem.)
Propiedad pública InDocumentMap Gets a Boolean indicating whether this report item can appear in the document map. (Se hereda de ReportItem.)
Propiedad protegida IsCustomControl Infraestructura. Gets a value that indicates whether the report item is a custom control. (Se hereda de ReportItem.)
Propiedad pública IsFullSize Gets a value that indicates whether the top level item of a table cell, matrix member, or matrix cell item is expanded to 100%. (Se hereda de ReportItem.)
Propiedad pública IsToggleChild Gets a value that indicates whether this item can be made visible or invisible by toggling another item.
Propiedad pública Label Gets or sets the document map label of the item on the report. (Se hereda de ReportItem.)
Propiedad pública Left Gets or sets the horizontal position of the left edge of the report item, including a unit designator such as cm, mm, in, pt, or pc. (Se hereda de ReportItem.)
Propiedad pública LinkToChild Gets an index into the ReportItem collection, if one exists, that references the ReportItem that should be linked to, using the document map, instead of the current item. (Se hereda de ReportItem.)
Propiedad pública Name Gets the name of the item on the report, as specified in the report definition. (Se hereda de ReportItem.)
Propiedad pública RenderingInfo Infraestructura. Gets or sets rendering data specific to the current instance of the report item.
Propiedad pública RepeatedSibling Gets a value that indicates whether the ReportItem is duplicated on each page as a repeated sibling of another report item. (Se hereda de ReportItem.)
Propiedad pública SharedHidden Gets or sets a SharedHiddenState object indicating whether the item is always, never, or sometimes hidden. (Se hereda de ReportItem.)
Propiedad pública SharedRenderingInfo Infraestructura. Gets or sets shared data for use in future rendering extensions. (Invalida ReportItem.SharedRenderingInfo.)
Propiedad pública Style Gets or sets the style properties defined for the report item. (Se hereda de ReportItem.)
Propiedad pública ToggleItem Gets the name of the toggle item for this report item. (Se hereda de ReportItem.)
Propiedad pública ToolTip Gets or sets the ToolTip text associated with the report item. (Se hereda de ReportItem.)
Propiedad pública Top Gets or sets the vertical position of the top edge of the report item, in units such as cm, mm, in, pt, or pc. (Se hereda de ReportItem.)
Propiedad pública Type Gets the type of the custom report item.
Propiedad pública UniqueName Gets the string that contains an autogenerated identifier. (Se hereda de ReportItem.)
Propiedad pública Width Gets or sets the width of the item on the report, including a unit designator such as cm, mm, in, pt, or pc. (Se hereda de ReportItem.)
Propiedad pública ZIndex Gets or sets the Z-index of the report item. (Se hereda de ReportItem.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Unless EnableNativeCustomReportItem has been called for this custom report item type, the CustomReportItem will not appear in the Rendering Object Model. Instead, the AltReportItem will appear in its place.

For more information on custom report items, see Elementos de informe personalizados.

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.ReportRendering