Sdílet prostřednictvím


ChartDerivedSeriesCollection Class

Represents a collection of ChareDerivedSeries objects.

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

Syntax

'Declaration
Public NotInheritable Class ChartDerivedSeriesCollection _
    Inherits ChartObjectCollectionBase(Of ChartDerivedSeries, BaseInstance)
'Usage
Dim instance As ChartDerivedSeriesCollection
public sealed class ChartDerivedSeriesCollection : ChartObjectCollectionBase<ChartDerivedSeries, BaseInstance>
public ref class ChartDerivedSeriesCollection sealed : public ChartObjectCollectionBase<ChartDerivedSeries^, BaseInstance^>
[<SealedAttribute>]
type ChartDerivedSeriesCollection =  
    class
        inherit ChartObjectCollectionBase<ChartDerivedSeries, BaseInstance>
    end
public final class ChartDerivedSeriesCollection extends ChartObjectCollectionBase<ChartDerivedSeries, BaseInstance>

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartDerivedSeries, BaseInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartDerivedSeriesCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.