共用方式為


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.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property CellContents As CellContents 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.CellContents
A CellContents object.

請參閱

參考

TablixCell 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間