Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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