DataCell.DataValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.