CellContents プロパティ

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