Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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
Namespace Microsoft.ReportingServices.OnDemandReportRendering