Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.