Udostępnij przez


Właściwość TablixCell.CellContents

Podziały stron w tym ReportItem są ignorowane, jeśli tablix ma wszystkie nagłówki wierszy, grup dynamicznych kolumna lub więcej niż jedną kolumna.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride ReadOnly Property CellContents As CellContents
    Get
'Użycie
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