TablixCell.CellContents 属性

定义

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

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::CellContents ^ CellContents { Microsoft::ReportingServices::OnDemandReportRendering::CellContents ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.CellContents CellContents { get; }
member this.CellContents : Microsoft.ReportingServices.OnDemandReportRendering.CellContents
Public MustOverride ReadOnly Property CellContents As CellContents

属性值

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

适用于