Partilhar via


Propriedade do RDL ChartData.DerivedSeriesCollection

Gets the derived series.

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

Sintaxe

'Declaração
Public ReadOnly Property DerivedSeriesCollection As ChartDerivedSeriesCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ChartData Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering