Proprietà Chart.ChartData
Gets the data values for the chart.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ChartData As ChartData
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartData
A ChartData object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering