言語

TablixCell クラス

定義

タブリックスの本体部分の各セルの内容を表します。

public ref class TablixCell abstract : Microsoft::ReportingServices::OnDemandReportRendering::IDefinitionPath
public abstract class TablixCell : Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
type TablixCell = class
    interface IDefinitionPath
Public MustInherit Class TablixCell
Implements IDefinitionPath
継承
TablixCell
実装

フィールド

名前 説明
m_cellContents

タブリックス本体のセルの内容を表す CellContents オブジェクト。

m_columnIndex

タブリックスセルの列インデックスを表す int 値。

m_definitionPath

レポート定義オブジェクトへの経路を表す string の値です。

m_instance

このレポート定義オブジェクトの計算値を含む TablixCellInstance オブジェクトです。

m_owner

このタブリックスセルの所有者として表される Tablix オブジェクト。

m_rowIndex

タブリックスセルの行インデックスを表す int の値です。

プロパティ

名前 説明
CellContents

タブリックス体の細胞の内容を入手する。 このReportItemのページ区切りは、タブリックスに行ヘッダー、動的列グループ、または複数の列がある場合は無視されます。

DataElementName

セル要素に使う名前を得ます。

DataElementOutput

セルの内容がデータレンダリングに現れるかどうかを示す値を得ます。

DefinitionPath

レポート定義オブジェクトへのパスをレポート定義で取得します。

ID

このレポート定義オブジェクトの一意識別子を取得します。

Instance

このレポート定義オブジェクトの計算値を含むレポートインスタンスオブジェクトを取得します。

ParentDefinitionPath

レポート定義の親オブジェクトへのパスを取得します。

適用対象