Freigeben über


ChartData.DerivedSeriesCollection-Eigenschaft

Gets the derived series.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property DerivedSeriesCollection As ChartDerivedSeriesCollection 
    Get
'Usage
Dim instance As ChartData 
Dim value As ChartDerivedSeriesCollection 

value = instance.DerivedSeriesCollection
public ChartDerivedSeriesCollection DerivedSeriesCollection { get; }
public:
property ChartDerivedSeriesCollection^ DerivedSeriesCollection {
    ChartDerivedSeriesCollection^ get ();
}
member DerivedSeriesCollection : ChartDerivedSeriesCollection
function get DerivedSeriesCollection () : ChartDerivedSeriesCollection

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartDerivedSeriesCollection
A ChartDerivedSeriesCollection object.

Siehe auch

Verweis

ChartData Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace