Subreport 类

定义

表示对象模型子报表。

public ref class Subreport : Microsoft::ReportingServices::RdlObjectModel::ReportItem
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.Subreport/SubreportConverter))]
public class Subreport : Microsoft.ReportingServices.RdlObjectModel.ReportItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.Subreport/SubreportConverter))>]
type Subreport = class
    inherit ReportItem
Public Class Subreport
Inherits ReportItem
继承
属性

构造函数

Subreport()

创建 Subreport 类的新实例。

字段

AllowTypeInHeaderFooter

指定是否允许在页眉或页脚中使用对象模型。

属性

ActionInfo

获取或设置与 ReportItem 关联的操作。

(继承自 ReportItem)
AllowInHeaderFooter

获取一个值,该值指示是否允许在页眉或页脚中使用子报表。

Bookmark

获取或设置可使用书签操作链接到的书签。

(继承自 ReportItem)
ComponentMetadata

获取或设置组件元数据。

(继承自 ReportObject)
ContainedReportItems

获取或设置包含在此报表项中的子项。

(继承自 ReportItem)
CustomProperties

获取或设置要传递给报表呈现组件的自定义信息。

(继承自 ReportItem)
DataElementName

获取或设置要用于此报表项的数据元素/属性的名称。

(继承自 ReportItem)
DataElementOutput

获取或设置一个值,该值指示该项是否应该出现在数据呈现中。

(继承自 ReportItem)
DocumentMapLabel

获取或设置用于在客户端 UI 内标识报表项的实例的标签。这样可提供用于搜索的用户友好标签。

(继承自 ReportItem)
DocumentMapLabelLocID

获取或设置 DocumentMapLabel 属性的唯一标识符。

(继承自 ReportItem)
Height

获取或设置项的高度。

(继承自 ReportItem)
KeepTogether

获取或设置一个值,该值指示是否应在一页上显示整个子报表(如果可能)。

Left

获取或设置项距包含对象的左侧的距离。

(继承自 ReportItem)
MergeTransactions

获取或设置一个值,该值指示如果子报表和父报表的数据源使用同一连接,是否应合并这两个报表中的事务。

Name

获取或设置报表项的名称。

(继承自 ReportItem)
NoRowsMessage

获取或设置在子报表不包含任何行时显示的消息。

OmitBorderOnPageBreak

获取或设置一个值,该值指示是否应该在子报表跨多页时删除边框。

Parameters

获取或设置子报表的参数列表。

Parent

此报表对象的父对象。

(继承自 ReportObjectBase)
RepeatWith

获取或设置此报表项应使用其进行重复的数据区域的名称(如果该数据区域跨多页)。

(继承自 ReportItem)
ReportName

获取或设置子报表的名称。

Site

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

(继承自 ReportObject)
Style

获取此报表定义对象的样式属性。

(继承自 ReportElement)
ToolTip

获取或设置报表项的文本标签。 用于在 HTML 报表中呈现 TITLE 和 ALT 属性等事项。

(继承自 ReportItem)
ToolTipLocID

获取或设置 ToolTip 属性的唯一标识符。

(继承自 ReportItem)
Top

获取或设置项距包含对象的顶部的距离。

(继承自 ReportItem)
Visibility

获取或设置此报表对象的当前可见性状态。

(继承自 ReportItem)
Width

获取或设置项的宽度。 仅对于线条允许负大小。

(继承自 ReportItem)
ZIndex

获取或设置报表项在包含对象中的绘制顺序。

(继承自 ReportItem)

方法

DeepClone()

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

(继承自 ReportObject)
GetContainingDataScopes()

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

(继承自 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

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

(继承自 ReportObject)
Initialize()

初始化 Subreport 类的实例。

InitializeForDesigner()

初始化设计器的 ReportItem 类的实例的属性。

(继承自 ReportItem)
OnChildPropertyChanged(Int32, Object, Object)

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

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

在更改属性时引发事件。

(继承自 ReportObject)
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

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

(继承自 ReportObject)
SavePropertyValue<T>(String, T, ReportObject.SwapValue)

保存报表对象的属性值。

(继承自 ReportObject)

显式接口实现

IComponent.Disposed

在释放 ReportObject 对象时发生。

(继承自 ReportObject)
IDisposable.Dispose()

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

(继承自 ReportObject)

适用于