Partager via


Propriété ChartData

Gets the data values for the chart.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ChartData As ChartData
    Get
'Utilisation
Dim instance As Chart
Dim value As ChartData

value = instance.ChartData
public ChartData ChartData { get; }
public:
property ChartData^ ChartData {
    ChartData^ get ();
}
member ChartData : ChartData
function get ChartData () : ChartData