DataCell.DataValues Property

Definition

Gets the values contained in this cell.

public:
 property Microsoft::ReportingServices::ReportRendering::DataValueCollection ^ DataValues { Microsoft::ReportingServices::ReportRendering::DataValueCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.DataValueCollection DataValues { get; }
member this.DataValues : Microsoft.ReportingServices.ReportRendering.DataValueCollection
Public ReadOnly Property DataValues As DataValueCollection

Property Value

A DataValueCollection object containing the values for this cell.

Applies to