ImageInstance Class

Definition

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

public ref class ImageInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportItemInstance, Microsoft::ReportingServices::OnDemandReportRendering::IImageInstance
public abstract class ImageInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance, Microsoft.ReportingServices.OnDemandReportRendering.IImageInstance
type ImageInstance = class
    inherit ReportItemInstance
    interface IImageInstance
Public MustInherit Class ImageInstance
Inherits ReportItemInstance
Implements IImageInstance
Inheritance
Implements

Fields

m_reportElementDef

Specifies the report element definition that defines this instance.

(Inherited from ReportElementInstance)
m_style

Specifies the style properties of this report element object.

(Inherited from ReportElementInstance)
m_uniqueName

Specifies the unique identifier of this instance object.

(Inherited from ReportItemInstance)
m_visibility

Specifies the visibility of the report item.

(Inherited from ReportItemInstance)

Properties

ActionInfoWithDynamicImageMapAreas

Gets the image maps and associated actions for this ImageInstance.

Bookmark

Gets the calculated value of the Bookmark property in a ReportItem class.

(Inherited from ReportItemInstance)
DocumentMapLabel

Gets the calculated value of the DocumentMapLabel property in a ReportItem class.

(Inherited from 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.

(Inherited from 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.

(Inherited from ReportItemInstance)
UniqueName

Gets the unique identifier of this instance object.

(Inherited from ReportItemInstance)
Visibility

Gets the calculated value of the Visibility property in a ReportItem class.

(Inherited from ReportItemInstance)

Methods

CreateActionInfoWithDynamicImageMap()

Adds a set of actions and the associated image map to the ActionInfoWithDynamicImageMapAreas.

GetDefaultFontFamily()

Retrieves the default font family of the item.

(Inherited from ReportItemInstance)
ResetInstanceCache()

Resets the cache of the ReportItemInstance.

(Inherited from ReportItemInstance)

Applies to