Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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