Compartir a través de


Clase ImageInstance

Represents an instance type of the Image class, and contains the calculated values of the properties in Image.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
      Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance
        Microsoft.ReportingServices.OnDemandReportRendering.ImageInstance

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

Sintaxis

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

El tipo ImageInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ActionInfoWithDynamicImageMapAreas Gets the image maps and associated actions for this ImageInstance.
Propiedad pública Bookmark Gets the calculated value of the Bookmark property in a ReportItem class. (Se hereda de ReportItemInstance.)
Propiedad pública DocumentMapLabel Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Se hereda de ReportItemInstance.)
Propiedad pública ImageData Gets or sets the image data.
Propiedad pública MIMEType Gets or sets the calculated value of the MIMEType property in a Image class.
Propiedad pública StreamName Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server.
Propiedad pública Style Gets the calculated value of the Style property in a ReportElement class. (Se hereda de ReportElementInstance.)
Propiedad pública Tag Gets the calculated value of the Tag property in a Image class.
Propiedad pública TagDataType Get the code that specifies the data type of the underlying image tag.
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a ReportItem class. (Se hereda de ReportItemInstance.)
Propiedad pública UniqueName Gets the unique identifier of this instance object. (Se hereda de ReportItemInstance.)
Propiedad pública Visibility Gets the calculated value of the Visibility property in a ReportItem class. (Se hereda de ReportItemInstance.)

Arriba

Métodos

  Nombre Descripción
Método público CreateActionInfoWithDynamicImageMap Adds a set of actions and the associated image map to the ActionInfoWithDynamicImageMapAreas.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido ResetInstanceCache Infraestructura. Resets the cache of the ReportItemInstance. (Se hereda de ReportItemInstance.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido m_reportElementDef Infraestructura. Specifies the report element definition that defines this instance. (Se hereda de ReportElementInstance.)
Campo protegido m_style Infraestructura. Specifies the style properties of this report element object. (Se hereda de ReportElementInstance.)
Campo protegido m_uniqueName Infraestructura. Specifies the unique identifier of this instance object. (Se hereda de ReportItemInstance.)
Campo protegido m_visibility Infraestructura. Specifies the visibility of the report item. (Se hereda de ReportItemInstance.)

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