Compartir a través de


Clase Image

Represents an image. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportItem
    Microsoft.ReportingServices.ReportRendering.Image

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

Sintaxis

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

El tipo Image expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Returns information about the actions on the image.
Propiedad pública Bookmark Gets or sets the bookmark for this item on the report. (Se hereda de ReportItem.)
Propiedad pública BookmarkLink Provides a bookmark that users can jump to using a link defined as a bookmark action.
Propiedad pública Custom Gets the contents of the Custom tag in the report definition. (Se hereda de ReportItem.)
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 DrillthroughParameters Returns the parameters for the drillthrough report.
Propiedad pública DrillthroughReport Returns the URL of a drillthrough report.
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 or sets a value indicating whether the item is hidden or not. (Se hereda de ReportItem.)
Propiedad pública HyperLinkURL Returns the absolute URL of the hyperlink on the report item, encoded with ReplacementRoot, if necessary.
Propiedad pública ID Gets the identifier for the item on the report. (Se hereda de ReportItem.)
Propiedad pública ImageData Returns the image as binary data.
Propiedad pública ImageMap Returns an image map that provides regions for click events.
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 indicating whether this item on the report can be rendered visible or invisible (toggled) through the control of another item. (Se hereda de ReportItem.)
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 MIMEType Returns the MIME type of the image. The MIMEType must be one of the following: image/bmp, image/jpeg, image/x-png; image/png, or image/gif.
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 Gets or sets data specific to the current instance of the report item. (Se hereda de ReportItem.)
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 Gets or sets shared data for use in future rendering extensions. This data will be shared across every instance of this report item. (Se hereda de ReportItem.)
Propiedad pública Sizing Specifies the sizing behavior for the image.
Propiedad pública StreamName Specifies a name for the image, which can be passed back to CreateAndRegisterStream to get the bytes without processing them through the rendering extension.
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 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

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