Właściwość DataCell.DataValues
Pobiera wartości zawarte w tym komórka.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property DataValues As DataValueCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.DataValueCollection
A DataValueCollection obiektu zawierającego wartości tej komórka.