다음을 통해 공유


CellContents 속성

Page breaks in this ReportItem are ignored.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property CellContents As CellContents
    Get
‘사용 방법
Dim instance As TablixCornerCell
Dim value As CellContents

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