次の方法で共有


TablixCell.m_cellContents フィールド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Tablix 本文内のセルの内容を表す CellContents オブジェクト。

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

構文

'宣言
Protected m_cellContents As CellContents
'使用
Dim value As CellContents 

value = Me.m_cellContents 

Me.m_cellContents = value
protected CellContents m_cellContents
protected:
CellContents^ m_cellContents
val mutable m_cellContents: CellContents
protected var m_cellContents : CellContents

関連項目

参照

TablixCell クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間