ChartSeriesCollection.m_chartSeriesCollection フィールド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
グラフの系列のコレクションを指定します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Protected m_chartSeriesCollection As ChartSeries()
'使用
Dim value As ChartSeries()
value = Me.m_chartSeriesCollection
Me.m_chartSeriesCollection = value
protected ChartSeries[] m_chartSeriesCollection
protected:
array<ChartSeries^>^ m_chartSeriesCollection
val mutable m_chartSeriesCollection: ChartSeries[]
protected var m_chartSeriesCollection : ChartSeries[]