m_chartDataPoints フィールド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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[]