ChartSeries.m_chartDataPoints-Feld
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Specifies the data points for the chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_chartDataPoints As ChartDataPoint()
'Usage
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[]
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace