다음을 통해 공유


TablixCell.CellContents 속성

Gets the contents of a cell in a tablix body. 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

속성 값

유형: Microsoft.ReportingServices.OnDemandReportRendering.CellContents
A CellContents object that represents the contents of a cell in a tablix body.

참고 항목

참조

TablixCell 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스