TablixCell 类

定义

表示 Tablix 的正文部分中每个单元的内容。

public ref class TablixCell abstract : Microsoft::ReportingServices::OnDemandReportRendering::IDefinitionPath
public abstract class TablixCell : Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
type TablixCell = class
    interface IDefinitionPath
Public MustInherit Class TablixCell
Implements IDefinitionPath
继承
TablixCell
实现

字段

m_cellContents

一个 CellContents 对象,该对象表示 Tablix 正文中的单元的内容。

m_columnIndex

一个 int 值,该值表示 Tablix 单元的列索引。

m_definitionPath

一个string值,该值表示指向报表定义中此报表定义对象的路径。

m_instance

一个 TablixCellInstance 对象,该对象包含此报表定义对象的计算值。

m_owner

一个 Tablix 对象,该对象表示为此 Tablix 单元的所有者。

m_rowIndex

一个 int 值,该值表示 Tablix 单元的行索引。

属性

CellContents

获取 Tablix 正文中单元的内容。 如果 Tablix 具有任何行标题、任何动态列组或者多个列,则忽略此 ReportItem 中的分页符。

DataElementName

获取要用于单元元素的名称。

DataElementOutput

获取一个值,该值指示单元内容是否应该出现在数据呈现中。

DefinitionPath

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

ID

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

Instance

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

ParentDefinitionPath

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

适用于