Proprietà TablixHeader.CellContents

Page breaks in this ReportItem are ignored.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property CellContents As CellContents 
    Get 
    Set
'Utilizzo
Dim instance As TablixHeader 
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.CellContents
A CellContents object.

Vedere anche

Riferimento

TablixHeader Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel