言語

DataCell.DataValues プロパティ

定義

このセルに含まれる値を取得します。

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

プロパティ値

このセルの値を含む DataValueCollection オブジェクトです。

適用対象