Compartir a través de


TablixHeader.CellContents Propiedad

Page breaks in this ReportItem are ignored.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property CellContents As CellContents 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

TablixHeader Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel