Udostępnij za pośrednictwem


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.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property CellContents As CellContents
    Get
    Set
'Użycie
Dim instance As TablixCell
Dim value As CellContents

value = instance.CellContents

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