Condividi tramite


Proprietà ChartData.DerivedSeriesCollection

Gets the derived series.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DerivedSeriesCollection As ChartDerivedSeriesCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ChartData Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering