Body 类

定义

定义报表正文的视觉元素、数据的结构/分组方式,并将视觉对象元素绑定到报表的数据。

public ref class Body sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElement
public sealed class Body : Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
type Body = class
    inherit ReportElement
Public NotInheritable Class Body
Inherits ReportElement
继承

字段

m_isOldSnapshot

指定是否使用报表元素的旧快照。

(继承自 ReportElement)
m_parentDefinitionPath

指定指向报表定义中报表定义对象的父级的路径。

(继承自 ReportElement)
m_style

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

(继承自 ReportElement)

属性

DefinitionPath

获取指向报表定义中此报表定义对象的路径。

Height

正文的高度

ID

获取此报表定义对象的唯一标识符。

Instance

获取包含此报表定义对象的计算值的报表实例对象。

ParentDefinitionPath

获取指向报表定义中报表定义对象的父级的路径。

(继承自 ReportElement)
ReportItemCollection

获取报表项。

Style

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

(继承自 ReportElement)

适用于