Propriété DataValues
Gets the values contained in this cell.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DataValues As DataValueCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.ReportRendering. . :: . .DataValueCollection
A DataValueCollection object containing the values for this cell.