Поделиться через


Класс ImageInstance

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

Иерархия наследования

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustInherit Class ImageInstance _
    Inherits ReportItemInstance _
    Implements IImageInstance
'Применение
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

Тип ImageInstance обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ActionInfoWithDynamicImageMapAreas Gets the image maps and associated actions for this ImageInstance.
Открытое свойство Bookmark Gets the calculated value of the Bookmark property in a ReportItem class. (Производный от ReportItemInstance.)
Открытое свойство DocumentMapLabel Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Производный от ReportItemInstance.)
Открытое свойство ImageData Gets or sets the image data.
Открытое свойство MIMEType Gets or sets the calculated value of the MIMEType property in a Image class.
Открытое свойство StreamName Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server.
Открытое свойство Style Gets the calculated value of the Style property in a ReportElement class. (Производный от ReportElementInstance.)
Открытое свойство Tag Gets the calculated value of the Tag property in a Image class.
Открытое свойство TagDataType Get the code that specifies the data type of the underlying image tag.
Открытое свойство ToolTip Gets the calculated value of the ToolTip property in a ReportItem class. (Производный от ReportItemInstance.)
Открытое свойство UniqueName Gets the unique identifier of this instance object. (Производный от ReportItemInstance.)
Открытое свойство Visibility Gets the calculated value of the Visibility property in a ReportItem class. (Производный от ReportItemInstance.)

В начало

Методы

  Имя Описание
Открытый метод CreateActionInfoWithDynamicImageMap Adds a set of actions and the associated image map to the ActionInfoWithDynamicImageMapAreas.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод ResetInstanceCache Инфраструктура. Resets the cache of the ReportItemInstance. (Производный от ReportItemInstance.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_reportElementDef Инфраструктура. Specifies the report element definition that defines this instance. (Производный от ReportElementInstance.)
Защищенное поле m_style Инфраструктура. Specifies the style properties of this report element object. (Производный от ReportElementInstance.)
Защищенное поле m_uniqueName Инфраструктура. Specifies the unique identifier of this instance object. (Производный от ReportItemInstance.)
Защищенное поле m_visibility Инфраструктура. Specifies the visibility of the report item. (Производный от ReportItemInstance.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering