Sdílet prostřednictvím


TablixCornerCell.CellContents Property

Page breaks in this ReportItem are ignored.

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

Syntax

'Declaration
Public Property CellContents As CellContents 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

TablixCornerCell Class

Microsoft.ReportingServices.RdlObjectModel Namespace