Image 类

定义

表示图像。 此类不能被继承。

public ref class Image sealed : Microsoft::ReportingServices::ReportRendering::ReportItem, Microsoft::ReportingServices::ReportRendering::IImage
public sealed class Image : Microsoft.ReportingServices.ReportRendering.ReportItem, Microsoft.ReportingServices.ReportRendering.IImage
type Image = class
    inherit ReportItem
    interface IImage
Public NotInheritable Class Image
Inherits ReportItem
Implements IImage
继承
实现

构造函数

Image(String, String)

初始化 Image 类的新实例。

字段

m_canClick

指定可以单击的报表项。

(继承自 ReportItem)
m_canDrag

指定可以拖放的报表项。

(继承自 ReportItem)
m_canEdit

指定可以编辑的报表项。

(继承自 ReportItem)
m_dropTarget

指定报表项的拖放目标。

(继承自 ReportItem)
m_intUniqueName

指定报表项的唯一名称。

(继承自 ReportItem)

属性

ActionInfo

返回有关对图像执行的操作的信息。

Bookmark

获取或设置报表上此项的书签。

(继承自 ReportItem)
BookmarkLink

提供用户可通过定义为书签操作的链接跳转至的书签。

Custom

获取报表定义中 Custom 标记的内容。

(继承自 ReportItem)
CustomProperties

获取或设置报表项的自定义属性。

(继承自 ReportItem)
DataElementName

获取报表项的数据元素的名称。

(继承自 ReportItem)
DataElementOutput

获取在报表项中使用的 DataElementOutputTypes

(继承自 ReportItem)
DrillthroughParameters

返回钻取报表的参数。

DrillthroughReport

返回钻取报表的 URL。

HasToggle

获取一个值,该值指示报表定义是否为此报表项定义了切换项。

(继承自 ReportItem)
Height

获取或设置报表上项的高度,包括单位指示符,如 cmmminptpc

(继承自 ReportItem)
Hidden

获取或设置一个值,该值指示是否隐藏项。

(继承自 ReportItem)
HyperLinkURL

如有必要,返回报表项上超链接的绝对 URL(使用 ReplacementRoot 编码)。

ID

获取报表上该项的标识符。

(继承自 ReportItem)
ImageData

以二进制数据形式返回图像。

ImageMap

返回提供单击事件的区域的图像映射。

InDocumentMap

获取指示此报表项能否出现在文档结构图中的Boolean

(继承自 ReportItem)
IsCustomControl

获取一个值,该值指示报表项是否为自定义控件。

(继承自 ReportItem)
IsFullSize

获取或设置一个值,该值指示表单元、矩阵成员或矩阵单元项的顶级项是否扩充为 100%。

(继承自 ReportItem)
IsToggleChild

获取一个值,该值指示报表上的此项是否可以通过控制另一项呈现为可见或不可见(切换)。

(继承自 ReportItem)
Label

获取或设置报表上该项的文档结构图标签。

(继承自 ReportItem)
Left

获取或设置报表项左边缘的水平位置,包括单位指示符,如 cmmminptpc

(继承自 ReportItem)
LinkToChild

获取插入 ReportItem 集合中的索引,如果存在,它会使用文档结构图而不是当前项引用应链接的 ReportItem

(继承自 ReportItem)
MIMEType

返回图像的 MIME 类型。 MIMEType 必须是下列一种类型:image/bmp、image/jpeg、image/x-png、image/png 或 image/gif。

Name

按报表定义中指定的方式获取报表上该项的名称。

(继承自 ReportItem)
RenderingInfo

获取或设置特定于报表项的当前实例的数据。

(继承自 ReportItem)
RepeatedSibling

获取一个值,该值指示 ReportItem 是否在每页上作为另一个报表项的重复同级而重复。

(继承自 ReportItem)
SharedHidden

获取或设置一个 SharedHiddenState 对象,该对象指示项目是始终、从不还是有时隐藏。

(继承自 ReportItem)
SharedRenderingInfo

获取或设置供将来的呈现扩展插件使用的共享数据。 此数据将在此报表项的每个实例之间共享。

(继承自 ReportItem)
Sizing

指定图像的大小调整行为。

StreamName

指定图像的名称,可以将此名称传回 CreateAndRegisterStream,以便在没有通过呈现扩展插件处理的情况下获取图像数据。

Style

获取或设置为报表项定义的样式属性。

(继承自 ReportItem)
ToggleItem

获取此报表项的切换项的名称。

(继承自 ReportItem)
ToolTip

获取或设置与报表项关联的工具提示文本。

(继承自 ReportItem)
Top

获取或设置报表项上边缘的垂直位置,以 cmmminptpc 等为单位。

(继承自 ReportItem)
UniqueName

获取包含自动生成的标识符的字符串。

(继承自 ReportItem)
Width

获取或设置报表上该项的宽度,包括单位指示符,如 cmmminptpc

(继承自 ReportItem)
ZIndex

获取或设置报表项的 Z 索引。

(继承自 ReportItem)

方法

DeepClone(ReportItem)

创建指定对象的深层副本。

(继承自 ReportItem)

适用于