次の方法で共有


TablixCell.CellContents プロパティ

定義

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

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::CellContents ^ CellContents { Microsoft::ReportingServices::OnDemandReportRendering::CellContents ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.CellContents CellContents { get; }
member this.CellContents : Microsoft.ReportingServices.OnDemandReportRendering.CellContents
Public MustOverride ReadOnly Property CellContents As CellContents

プロパティ値

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

適用対象