Freigeben über


DataValues-Eigenschaft

Gets the values contained in this cell.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property DataValues As DataValueCollection
    Get
'Usage
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

Eigenschaftenwert

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