EmbeddedImage 类

定义

表示嵌入的图像。

public ref class EmbeddedImage : Microsoft::ReportingServices::RdlObjectModel::ReportObject, Microsoft::ReportingServices::RdlObjectModel::INamedObject
public class EmbeddedImage : Microsoft.ReportingServices.RdlObjectModel.ReportObject, Microsoft.ReportingServices.RdlObjectModel.INamedObject
type EmbeddedImage = class
    inherit ReportObject
    interface INamedObject
Public Class EmbeddedImage
Inherits ReportObject
Implements INamedObject
继承
实现

构造函数

EmbeddedImage()

初始化 EmbeddedImage 类的新实例。

属性

ComponentMetadata

获取或设置组件元数据。

(继承自 ReportObject)
Height

获取嵌入图像的高度。

Image

获取指定的图像。

ImageData

获取或设置图像数据。

MIMEType

获取或设置 MIME 类型。

Name

获取或设置图像名称。

Parent

此报表对象的父对象。

(继承自 ReportObjectBase)
Site

获取或设置与 ReportObject 对象关联的站点。

(继承自 ReportObject)
Size

获取嵌入图像的大小。

Width

获取嵌入图像的宽度。

方法

DeepClone()

返回此 ReportObject 实例的深层副本。

(继承自 ReportObject)
GetContainingDataScopes()

返回包含数据作用域的报表对象的列表。

(继承自 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

返回默认实现的数据作用域。

(继承自 ReportObject)
GetDependenciesCore(IList<ReportObject>)

返回 ReportObject 对象的依赖项核心。

(继承自 ReportObject)
Initialize()

初始化 ReportObject 的实例。

(继承自 ReportObject)
InitializeForDesigner()

初始化设计器的报表对象。

(继承自 ReportObject)
IsValidMimeType(String)

指示指定的 MIME 类型是否有效。

OnChildPropertyChanged(Int32, Object, Object)

在更改子级的属性时引发事件。

(继承自 ReportObject)
OnPropertyChanged(Int32, Object, Object)

在任何 EmbeddedImage 属性更改时发生。

RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

指示 RDL 语义是否等于核心对象。

SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>)

保存报表对象的属性值。

(继承自 ReportObject)

显式接口实现

IComponent.Disposed

在释放 ReportObject 对象时发生。

(继承自 ReportObject)
IDisposable.Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

(继承自 ReportObject)

适用于