DataValues 属性

Gets the values contained in this cell.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property DataValues As DataValueCollection
    Get
用法
Dim instance As DataCell
Dim value As DataValueCollection

value = instance.DataValues
public DataValueCollection DataValues { get; }
public:
property DataValueCollection^ DataValues {
    DataValueCollection^ get ();
}
member DataValues : DataValueCollection
function get DataValues () : DataValueCollection

属性值

类型:Microsoft.ReportingServices.ReportRendering. . :: . .DataValueCollection
A DataValueCollection object containing the values for this cell.