Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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