Partilhar via


Campo ChartSeries.m_chartDataPoints

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies the data points for the chart.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Protected m_chartDataPoints As ChartDataPoint()
'Uso
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[]

Consulte também

Referência

ChartSeries Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering