Campo ChartSeries.m_chartDataPoints
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the data points for the chart.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Protected m_chartDataPoints As ChartDataPoint()
'Utilizzo
Dim value As ChartDataPoint()
value = Me.m_chartDataPoints
Me.m_chartDataPoints = value
protected ChartDataPoint[] m_chartDataPoints
protected:
array<ChartDataPoint^>^ m_chartDataPoints
val mutable m_chartDataPoints: ChartDataPoint[]
protected var m_chartDataPoints : ChartDataPoint[]
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering