TablixHeader.CellContents 属性

Page breaks in this ReportItem are ignored.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property CellContents As CellContents 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

TablixHeader 类

Microsoft.ReportingServices.RdlObjectModel 命名空间