PageSection 类

定义

包含与某个 PageHeaderPageFooter 对象相关的属性。 此类不能被继承。

public ref class PageSection sealed : Microsoft::ReportingServices::ReportRendering::ReportItem
public sealed class PageSection : Microsoft.ReportingServices.ReportRendering.ReportItem
type PageSection = class
    inherit ReportItem
Public NotInheritable Class PageSection
Inherits ReportItem
继承
PageSection

字段

m_canClick

指定可以单击的报表项。

(继承自 ReportItem)
m_canDrag

指定可以拖放的报表项。

(继承自 ReportItem)
m_canEdit

指定可以编辑的报表项。

(继承自 ReportItem)
m_dropTarget

指定报表项的拖放目标。

(继承自 ReportItem)
m_intUniqueName

指定报表项的唯一名称。

(继承自 ReportItem)

属性

Bookmark

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

(继承自 ReportItem)
Custom

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

(继承自 ReportItem)
CustomProperties

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

(继承自 ReportItem)
DataElementName

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

(继承自 ReportItem)
DataElementOutput

获取在报表项中使用的 DataElementOutputTypes

(继承自 ReportItem)
HasToggle

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

(继承自 ReportItem)
Height

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

(继承自 ReportItem)
Hidden

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

(继承自 ReportItem)
ID

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

(继承自 ReportItem)
InDocumentMap

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

(继承自 ReportItem)
IsCustomControl

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

(继承自 ReportItem)
IsFullSize

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

(继承自 ReportItem)
IsToggleChild

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

(继承自 ReportItem)
Label

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

(继承自 ReportItem)
Left

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

(继承自 ReportItem)
LinkToChild

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

(继承自 ReportItem)
Name

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

(继承自 ReportItem)
PrintOnFirstPage

指示是否在第一页上呈现对象PageHeaderPageFooter

PrintOnLastPage

指示是否在最后一页上呈现对象PageHeaderPageFooter

RenderingInfo

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

(继承自 ReportItem)
RepeatedSibling

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

(继承自 ReportItem)
ReportItemCollection

返回此页面部分包含的报表项的集合。

SharedHidden

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

(继承自 ReportItem)
SharedRenderingInfo

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

(继承自 ReportItem)
Style

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

(继承自 ReportItem)
ToggleItem

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

(继承自 ReportItem)
ToolTip

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

(继承自 ReportItem)
Top

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

(继承自 ReportItem)
UniqueName

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

(继承自 ReportItem)
Width

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

(继承自 ReportItem)
ZIndex

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

(继承自 ReportItem)

方法

DeepClone(ReportItem)

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

(继承自 ReportItem)
Find(String)

用给定的唯一名称在此页面部分查找该报表项。

适用于