Rectangle 类

定义

代表一个矩形。 此类不能被继承。

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

字段

名称 说明
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

获取或设置报告中项目的高度,包括单元标识符,如 cmmmptin、 或 pc

(继承自 ReportItem)
Hidden

获得或设置一个值,指示该物品是否隐藏。

(继承自 ReportItem)
ID

获取报告中项目的标识符。

(继承自 ReportItem)
InDocumentMap

会获得 Boolean 一个指示该报告项目是否可以出现在文档地图中。

(继承自 ReportItem)
IsCustomControl

获得一个值,指示报告项是否为自定义控制。

(继承自 ReportItem)
IsFullSize

获得一个值,表示表单元、矩阵成员或矩阵单元的顶层单元是否扩展为100%。

(继承自 ReportItem)
IsToggleChild

获得一个值,表示该报告中的该项是否可以通过控制其他项实现可见或不可见(切换)。

(继承自 ReportItem)
Label

获取或设置报告中项目的文档映射标签。

(继承自 ReportItem)
Left

获取或设置报告项目左边的水平位置,包括单元指定符,如 cmmmptin、 或 pc

(继承自 ReportItem)
LinkToChild

如果 ReportItemCollection存在 ReportItem 索引,它会引用应该链接的 ,使用文档映射,而不是当前项目。

Name

获取报告中项目的名称,按照报告定义。

(继承自 ReportItem)
PageBreakAtEnd

表示矩形末尾是否有分页。

PageBreakAtStart

表示矩形开头是否有分页。

RenderingInfo

获取或设置针对当前报表项目实例的数据。

(继承自 ReportItem)
RepeatedSibling

获得一个值,指示 ReportItem 是否在每页重复出现,作为另一个报告项目的同类。

(继承自 ReportItem)
ReportItemCollection

获取矩形内报告项目的集合。

SharedHidden

获取或设置一个 SharedHiddenState 对象,指示该物品是始终隐藏、永远隐藏还是有时隐藏。

(继承自 ReportItem)
SharedRenderingInfo

获取或设置共享数据,用于未来的渲染扩展。

Style

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

(继承自 ReportItem)
ToggleItem

获取该报告项的切换项名称。

(继承自 ReportItem)
ToolTip

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

(继承自 ReportItem)
Top

获取或设置报告项顶边的垂直位置,单位为 cmmminpt、 、 pc或 。

(继承自 ReportItem)
UniqueName

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

(继承自 ReportItem)
Width

获取或设定报告中项目的宽度,包括单元标识符,如 cmmmptin、 或 pc

(继承自 ReportItem)
ZIndex

获取或设置报告项目的Z指数。

(继承自 ReportItem)

方法

名称 说明
DeepClone(ReportItem)

创建指定对象的深度克隆。

(继承自 ReportItem)

适用于