Partilhar via


Propriedade do RDL TablixCornerCell.CellContents

Page breaks in this ReportItem are ignored.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property CellContents As CellContents 
    Get 
    Set
'Uso
Dim instance As TablixCornerCell 
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 da propriedade

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

Consulte também

Referência

TablixCornerCell Classe

Namespace Microsoft.ReportingServices.RdlObjectModel