Freigeben über


m_chartSeriesCollection-Feld

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_chartSeriesCollection As ChartSeries()
'Usage
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[]