共用方式為


CellContents 屬性

Page breaks in this ReportItem are ignored if the tablix has any row headers, any dynamic column groups or more than one column.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property CellContents As CellContents
    Get
'用途
Dim instance As TablixCell
Dim value As CellContents

value = instance.CellContents
public abstract CellContents CellContents { get; }
public:
virtual property CellContents^ CellContents {
    CellContents^ get () abstract;
}
abstract CellContents : CellContents
abstract function get CellContents () : CellContents