Compartilhar via


Classe ImageInstance

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

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

O tipo ImageInstance expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público CreateActionInfoWithDynamicImageMap Adds a set of actions and the associated image map to the ActionInfoWithDynamicImageMapAreas.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido ResetInstanceCache Infraestrutura. Resets the cache of the ReportItemInstance. (Herdado de ReportItemInstance.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido m_reportElementDef Infraestrutura. Specifies the report element definition that defines this instance. (Herdado de ReportElementInstance.)
Campo protegido m_style Infraestrutura. Specifies the style properties of this report element object. (Herdado de ReportElementInstance.)
Campo protegido m_uniqueName Infraestrutura. Specifies the unique identifier of this instance object. (Herdado de ReportItemInstance.)
Campo protegido m_visibility Infraestrutura. Specifies the visibility of the report item. (Herdado de ReportItemInstance.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering