次の方法で共有


TablixCell.CellContents プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride ReadOnly Property CellContents As CellContents 
    Get
'使用
Dim instance As TablixCell 
Dim value As CellContents 

value = instance.CellContents
public abstract CellContents CellContents { get; }
public:
virtual property CellContents^ CellContents {
    CellContents^ get () abstract;
}
abstract CellContents : CellContents
abstract function get CellContents () : CellContents

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.CellContents
Tablix 本文内のセルの内容を表す CellContents オブジェクト。

関連項目

参照

TablixCell クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間