Partager via


Propriété TablixCell.CellContents

Page breaks in this ReportItem are ignored if the tablix has any row headers, any dynamic column groups or more than one column.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property CellContents As CellContents 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

TablixCell Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel