次の方法で共有


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 オブジェクトです。

適用対象