ReportObject 类

定义

表示报表对象。

public ref class ReportObject abstract : Microsoft::ReportingServices::RdlObjectModel::ReportObjectBase, IDisposable, System::ComponentModel::IComponent
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportObject/ReportObjectConverter))]
public abstract class ReportObject : Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase, IDisposable, System.ComponentModel.IComponent
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportObject/ReportObjectConverter))>]
type ReportObject = class
    inherit ReportObjectBase
    interface IComponent
    interface IDisposable
Public MustInherit Class ReportObject
Inherits ReportObjectBase
Implements IComponent, IDisposable
继承
ReportObject
派生
属性
实现

构造函数

ReportObject()

初始化 ReportObject 类的新实例。

属性

ComponentMetadata

获取或设置组件元数据。

DesignerModel

获取或设置 ReportObject 对象是否是某一设计器模型。

Parent

此报表对象的父对象。

(继承自 ReportObjectBase)
Site

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

方法

CheckVisitedAndUpdate(ReportObject, ICollection<ReportObject>)

指定是否访问并更新了 ReportObject

CloneObject(Object)

创建 ReportObject 对象的副本。

CompareReportParamterExpression(ReportExpression, ReportObject, ReportExpression, ReportObject, ICollection<ReportObject>)

比较两个 ReportObject 对象的报表参数表达式。

DeepClone()

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

GetContainingDataScopes()

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

GetDataScopesForDefaultImpl(IContainedObject)

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

GetDependenciesCore(IList<ReportObject>)

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

Initialize()

初始化 ReportObject 的实例。

InitializeForDesigner()

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

OnChildPropertyChanged(Int32, Object, Object)

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

OnPropertyChanged(Int32, Object, Object)

在更改属性时引发事件。

RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

返回报表定义语言语义是否与核心对象相同。

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

保存报表对象的属性值。

SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>)

比较报表对象的语义是否相同。

SemanticCompare<T>(T, T, ICollection<ReportObject>)

比较报表对象的语义是否相同。

UpgradeRDL(Stream, Boolean)

升级报表对象的报表定义语言。

UpgradeRDL(XmlReader, String, Boolean, Boolean)

升级报表对象的报表定义语言。

显式接口实现

IComponent.Disposed

在释放 ReportObject 对象时发生。

IDisposable.Dispose()

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

适用于