Condividi tramite


Proprietà DataValues

Gets the values contained in this cell.

Spazio dei nomi:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Valore proprietà

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