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

CellContents 物件,表示 Tablix 主體中資料格的內容。

適用於