Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartDerivedSeriesCollection
A ChartDerivedSeriesCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace