ImageInstance 类

定义

表示 类的 Image 实例类型,并包含 中 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
继承
实现

字段

m_reportElementDef

指定用于定义此实例的报表元素定义。

(继承自 ReportElementInstance)
m_style

指定此报表元素对象的样式属性。

(继承自 ReportElementInstance)
m_uniqueName

指定此实例对象的唯一标识符。

(继承自 ReportItemInstance)
m_visibility

指定报表项的可见性。

(继承自 ReportItemInstance)

属性

ActionInfoWithDynamicImageMapAreas

获取此 ImageInstance 的图像映射和关联操作。

Bookmark

获取 Bookmark 类中 ReportItem 属性的计算值。

(继承自 ReportItemInstance)
DocumentMapLabel

获取 DocumentMapLabel 类中 ReportItem 属性的计算值。

(继承自 ReportItemInstance)
ImageData

获取或设置图像数据。

MIMEType

获取或设置 MIMEType 类中 Image 属性的计算值。

StreamName

获取呈现扩展插件可从报表服务器按其检索图像数据的 Stream 的名称。

Style

获取 Style 类中 ReportElement 属性的计算值。

(继承自 ReportElementInstance)
Tag

获取 Tag 类中 Image 属性的计算值。

TagDataType

获取指定底层图像标记的数据类型的代码。

ToolTip

获取 ToolTip 类中 ReportItem 属性的计算值。

(继承自 ReportItemInstance)
UniqueName

获取此实例对象的唯一标识符。

(继承自 ReportItemInstance)
Visibility

获取 Visibility 类中 ReportItem 属性的计算值。

(继承自 ReportItemInstance)

方法

CreateActionInfoWithDynamicImageMap()

将一组操作和关联的图像映射添加到 ActionInfoWithDynamicImageMapAreas

GetDefaultFontFamily()

检索项目的默认字体系列。

(继承自 ReportItemInstance)
ResetInstanceCache()

重置 ReportItemInstance 的缓存。

(继承自 ReportItemInstance)

适用于