Freigeben über


ImageInstance-Klasse

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

Vererbungshierarchie

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 (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustInherit Class ImageInstance _
    Inherits ReportItemInstance _
    Implements IImageInstance
'Usage
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

Der ImageInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ActionInfoWithDynamicImageMapAreas Gets the image maps and associated actions for this ImageInstance.
Öffentliche Eigenschaft Bookmark Gets the calculated value of the Bookmark property in a ReportItem class. (Geerbt von ReportItemInstance.)
Öffentliche Eigenschaft DocumentMapLabel Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Geerbt von ReportItemInstance.)
Öffentliche Eigenschaft ImageData Gets or sets the image data.
Öffentliche Eigenschaft MIMEType Gets or sets the calculated value of the MIMEType property in a Image class.
Öffentliche Eigenschaft StreamName Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server.
Öffentliche Eigenschaft Style Gets the calculated value of the Style property in a ReportElement class. (Geerbt von ReportElementInstance.)
Öffentliche Eigenschaft Tag Gets the calculated value of the Tag property in a Image class.
Öffentliche Eigenschaft TagDataType Get the code that specifies the data type of the underlying image tag.
Öffentliche Eigenschaft ToolTip Gets the calculated value of the ToolTip property in a ReportItem class. (Geerbt von ReportItemInstance.)
Öffentliche Eigenschaft UniqueName Gets the unique identifier of this instance object. (Geerbt von ReportItemInstance.)
Öffentliche Eigenschaft Visibility Gets the calculated value of the Visibility property in a ReportItem class. (Geerbt von ReportItemInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CreateActionInfoWithDynamicImageMap Adds a set of actions and the associated image map to the ActionInfoWithDynamicImageMapAreas.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode ResetInstanceCache Infrastruktur Resets the cache of the ReportItemInstance. (Geerbt von ReportItemInstance.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_reportElementDef Infrastruktur Specifies the report element definition that defines this instance. (Geerbt von ReportElementInstance.)
Geschütztes Feld m_style Infrastruktur Specifies the style properties of this report element object. (Geerbt von ReportElementInstance.)
Geschütztes Feld m_uniqueName Infrastruktur Specifies the unique identifier of this instance object. (Geerbt von ReportItemInstance.)
Geschütztes Feld m_visibility Infrastruktur Specifies the visibility of the report item. (Geerbt von ReportItemInstance.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace