Champ m_chartSeriesCollection
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Protected m_chartSeriesCollection As ChartSeries()
'Utilisation
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[]