次の方法で共有


TablixCell.CellContents プロパティ

Tablix に行ヘッダー、動的列グループ、または複数の列がある場合、この ReportItem 内の改ページは無視されます。

名前空間:  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
CellContents オブジェクト。

関連項目

参照

TablixCell クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間