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

一个包含此单元的值的 DataValueCollection 对象。

适用于