ChartSeries.m_chartDataPoints 字段

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Specifies the data points for the chart.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Protected m_chartDataPoints As ChartDataPoint()
用法
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[]

请参阅

参考

ChartSeries 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间