Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
Property Value
Type: Microsoft.ReportingServices.ReportRendering.DataValueCollection
A DataValueCollection object containing the values for this cell.