共用方式為


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.