言語

CustomData.DataCells プロパティ

定義

カスタムレポート項目データの各詳細セルに含まれるデータ値を返します。

public:
 property Microsoft::ReportingServices::ReportRendering::DataCellCollection ^ DataCells { Microsoft::ReportingServices::ReportRendering::DataCellCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.DataCellCollection DataCells { get; }
member this.DataCells : Microsoft.ReportingServices.ReportRendering.DataCellCollection
Public ReadOnly Property DataCells As DataCellCollection

プロパティ値

カスタムレポート項目データの各詳細セルに含まれるデータ値を含む DataCellCollection オブジェクトです。

適用対象