次の方法で共有


ChartDerivedSeriesCollection クラス

ChareDerivedSeries オブジェクトのコレクションを表します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class ChartDerivedSeriesCollection _
    Inherits ChartObjectCollectionBase(Of ChartDerivedSeries, BaseInstance)
'使用
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>

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartDerivedSeries, BaseInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartDerivedSeriesCollection

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。