Condividi tramite


Classe ImageInstance

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ImageInstance _
    Inherits ReportItemInstance _
    Implements IImageInstance
'Utilizzo
Dim instance As ImageInstance
public sealed class ImageInstance : ReportItemInstance, 
    IImageInstance
public ref class ImageInstance sealed : public ReportItemInstance, 
    IImageInstance
[<SealedAttribute>]
type ImageInstance =  
    class
        inherit ReportItemInstance
        interface IImageInstance
    end
public final class ImageInstance extends ReportItemInstance implements IImageInstance

Nel tipo ImageInstance sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ActionInfoWithDynamicImageMapAreas Gets the image maps and associated actions for this ImageInstance.
Proprietà pubblica Bookmark Gets the calculated value of the Bookmark property in a ReportItem class. Ereditato da ReportItemInstance.
Proprietà pubblica DocumentMapLabel Gets the calculated value of the DocumentMapLabel property in a ReportItem class. Ereditato da ReportItemInstance.
Proprietà pubblica ImageData Gets or sets the image data.
Proprietà pubblica MIMEType Gets or sets the calculated value of the MIMEType property in a Image class.
Proprietà pubblica StreamName Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server.
Proprietà pubblica Style Gets the calculated value of the Style property in a ReportElement class. Ereditato da ReportElementInstance.
Proprietà pubblica ToolTip Gets the calculated value of the ToolTip property in a ReportItem class. Ereditato da ReportItemInstance.
Proprietà pubblica UniqueName Gets the unique identifier of this instance object. Ereditato da ReportItemInstance.
Proprietà pubblica Visibility Gets the calculated value of the Visibility property in a ReportItem class. Ereditato da ReportItemInstance.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CreateActionInfoWithDynamicImageMap Adds a set of actions and the associated image map to the ActionInfoWithDynamicImageMapAreas.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto ResetInstanceCache Infrastruttura. Ereditato da ReportItemInstance.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo protetto m_reportElementDef Infrastruttura. Ereditato da ReportElementInstance.
Campo protetto m_style Infrastruttura. Ereditato da ReportElementInstance.
Campo protetto m_uniqueName Infrastruttura. Ereditato da ReportItemInstance.
Campo protetto m_visibility Infrastruttura. Ereditato da ReportItemInstance.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.