Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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