Freigeben über


DataCell.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

Eigenschaftswert

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

Siehe auch

Verweis

DataCell Klasse

Microsoft.ReportingServices.ReportRendering-Namespace