PageSection 类

定义

表示要在每个报表页的顶部或底部出现的报表项的布局。

public ref class PageSection : Microsoft::ReportingServices::RdlObjectModel::ReportElement
public class PageSection : Microsoft.ReportingServices.RdlObjectModel.ReportElement
type PageSection = class
    inherit ReportElement
Public Class PageSection
Inherits ReportElement
继承

构造函数

PageSection()

创建 PageSection 类的新实例。

属性

ComponentMetadata

获取或设置组件元数据。

(继承自 ReportObject)
Height

页部分的高度。

Parent

此报表对象的父对象。

(继承自 ReportObjectBase)
PrintBetweenSections

指示是否打印报表区域之间的页部分。

PrintOnFirstPage

指示页部分是否应在报表的第一页上显示。

PrintOnLastPage

指示页部分是否应在报表的最后一页上显示。

ReportItems

包含页部分布局的元素的区域。 不允许在页部分中显示数据区域或子报表。 在页部分中忽略所有分页符。

Site

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

(继承自 ReportObject)
Style

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

(继承自 ReportElement)

方法

DeepClone()

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

(继承自 ReportObject)
GetContainingDataScopes()

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

(继承自 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

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

(继承自 ReportObject)
Initialize()

初始化 PageSection 类的实例。

InitializeForDesigner()

初始化设计器的 ReportElement 类的实例。

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

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

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

在更改属性时引发事件。

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

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

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

保存报表对象的属性值。

(继承自 ReportObject)

显式接口实现

IComponent.Disposed

在释放 ReportObject 对象时发生。

(继承自 ReportObject)
IDisposable.Dispose()

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

(继承自 ReportObject)

适用于