Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the data series.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property SeriesCollection As ChartSeriesCollection
Get
'Usage
Dim instance As ChartData
Dim value As ChartSeriesCollection
value = instance.SeriesCollection
public ChartSeriesCollection SeriesCollection { get; }
public:
property ChartSeriesCollection^ SeriesCollection {
ChartSeriesCollection^ get ();
}
member SeriesCollection : ChartSeriesCollection
function get SeriesCollection () : ChartSeriesCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeriesCollection
A ChartSeriesCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace